• 0

Robocopy File Transfer is it suppose to take 24 Hours?


Question

Hello

Started this Robocopy file transfer last night of a folder on This Desktop to 256GB USB 3.2 Gen 1 Flash drive---Still transferring at this time even,  is that normal?    first time ever using Robocopy, previously just used WIndows 11 File Transfer Dialog and let it go for 24-48 hours when i updated this little flash drive,  but decided to try Robocopy, but still seems slow to me

Only security on system is Windows Defender, and Malwarebytes Premium

I guess this little Sandisk flash drive is good,  would take a heck of a long time to fully test it, but i can if need be

 

Transferring Bunch of Small Purchased Music Files--108GB worth

WIth Windows File transfer was moving at 3.42MB/s or lower

Robocopy not sure if it was really any faster lol, as its still not done, and started this at 6:30PM last night

Flash drive is Sandisk Dual USB 3.2 Gen 1 A & C (For Laptop use)   

Purchased From Amazon arond February 21st

 

Edited by bikeman25

21 answers to this question

Recommended Posts

  • 0

What command did you use? You can set the number of threads using the /mt parameter.

Even with all the overhead of transferring a bunch of files, that seems excessively slow.

  • 0

Here is the Command i used

 "F:\Music Backup"/S /E /Z /ZB /R:5 /W:5 /TBD /NP /V /MT:16

And yes it does seem slow to me, thought would be a little faster this way, but i guess not lol, unless i entered something wrong with the command or this Sandisk flash drive stinks, or usb 3.0 hub adds extra slowness

 

  • 0

Ok Then will try that

As this Powershell Robocopy keeps going around and around,  it looked earlier like it was on last directory in the folder, and then restarted again.    

don't see option to cancel it,  so i guess my options are let  it continue, or maybe restart system if it keeps going around and around,  i swear i seen this directory in the list earlier 

Been going since 6:30PM Last night lol

 

This drive is Sandisk Duo USB A/C dual drive 256GB,  Purchased February 21st For my birthday to keep copy of the Purchased Music Folder,  Size of that Group 108GB after combining all Former Xbox/Groove Music Purchases when i had Windows Phone years ago/plus the 30 free albums back then (yes i grabbed them all lol) 

Plus Music Bought from Amazon over the years

First time ever used Robocopy method lol, thought by morning it would've been done today lol

 

 

Edited by bikeman25
  • 0

Hello,

Some thoughts, in no particular order:

  • The USB flash drive's DRAM cache could be exhausted, meaning that slower NAND Flash RAM dies are being written to directly, instead of being buffered through the cache.
  • The USB flash drive might be running hot as a result of the continuous, sustained writes, resulting in it slowing down to prevent any sort of thermal damage from occurring.
  • Hardware issue with the USB flash drive
  • File system corruption issue with the USB flash drive

In instances of #2, where I noticed a USB flash drive was getting hot, I put the drive into one of my dishwashing gloves, then put the  drive in the center of an ice-filled cup.  This seemed to cool things down enough to let copies work at expected speeds.

Regards,

Aryeh Goretsky
 

  • 0
On 18/09/2023 at 23:37, bikeman25 said:

Here is the Command i used

 "F:\Music Backup"/S /E /Z /ZB /R:5 /W:5 /TBD /NP /V /MT:16

And yes it does seem slow to me, thought would be a little faster this way, but i guess not lol, unless i entered something wrong with the command or this Sandisk flash drive stinks, or usb 3.0 hub adds extra slowness

 

I think your Robocopy command is a little more complex than it needs to be. If you're just doing a straight 1:1 copy from destination to source then do something like

robocopy <source> <destination> /MIR /R:1 W:1 /NP /MT:x /LOG:<path to a log files>

change 'x' in /MT to a suitable threads for your CPU.

 

Also as already stated your USB might be the limiting factor or the source drive your copying from.

 

 

  • 0

Yeah Source Drive is Western Digital 4TB Black Hard drive

Destination Disk is or was suppose to be Sandisk 256GB Flash drive (wanted extra backup copy of the Important Music files on that flash drive, but its very very slow to copy to either one of the Flash drives thus far--i gave up trying to get the files on it for now, but i may try again maybe later tonight and see how it does with this updated RoboCopy command that is less complex, maybe i'll have better luck 

 

  • 0

just because your stick is 3.2 doesn't mean what your plugging it into is that..  Did you ever do the benchmark on the stick?

I just looked in my draw and pulled out a 3.1 32GB stick and ran a winsat on it..  What is your disk showing?

C:\Windows\system32>winsat disk -drive h
Windows System Assessment Tool
> Running: Feature Enumeration ''
> Run Time 00:00:00.00
> Running: Storage Assessment '-drive h -ran -read'
> Run Time 00:00:01.09
> Running: Storage Assessment '-drive h -seq -read'
> Run Time 00:00:01.69
> Running: Storage Assessment '-drive h -seq -write'
> Run Time 00:01:15.64
> Running: Storage Assessment '-drive h -flush -seq'
> Run Time 00:00:14.86
> Running: Storage Assessment '-drive h -flush -ran'
> Run Time 00:00:12.45
> Dshow Video Encode Time                      0.00000 s
> Dshow Video Decode Time                      0.00000 s
> Media Foundation Decode Time                 0.00000 s
> Disk  Random 16.0 Read                       27.14 MB/s          6.1
> Disk  Sequential 64.0 Read                   112.99 MB/s          6.8
> Disk  Sequential 64.0 Write                  50.26 MB/s          5.3
> Average Read Time with Sequential Writes     7.050 ms          5.3
> Latency: 95th Percentile                     5.068 ms          6.6
> Latency: Maximum                             5345.888 ms          1.5
> Average Read Time with Random Writes         5.835 ms          5.7
> Total Run Time 00:01:46.02

C:\Windows\system32>

So to simulate what your doing, since I only have 32GB stick, and want it to finish quicker I copied over 13.5 worth of music to it.. This is what I got using this robocopy

robocopy c:\test\music h:\ /mir /R:1 /W:1 /NP /MT

              Total    Copied   Skipped  Mismatch    FAILED    Extras   
   Dirs :       130       130         1         0         0         6   
  Files :      1407      1407         0         0         0         9   
  Bytes :  13.576 g  13.576 g         0         0         0   732.2 k   
  Times :   7:55:07   0:47:34                       0:00:00   0:06:03   
                                                                        
                                                                        
  Speed :             5106509 Bytes/sec.                                
  Speed :             292.196 MegaBytes/min.                            
  Ended : Tuesday, December 5, 2023 5:11:40 PM                          

So what 47 minutes to copy over 1407 files in 130 different dir for 13.5GB.. Can see the speed worked out to about 5MBps - so even if you were seeing that speed.. 108GB should take you what approx. about 6 hours..

So you got something wrong, either in reading your files or writing to your stick.. Or you getting some really bad speed writing too it..

I think the /MT can mess with the times that it shows.. I believe /mt without calling out specific number defaults to 8, but that might of changed haven't used robocopy in years.  So 47:34 is close but by clock, I know I started this at 4:18 and finished at 5:11:40 so that works to like 53 minutes total..

robocopy c:\test\music h:\ /mir /R:1 /W:1 /NP /MT

-------------------------------------------------------------------------------
   ROBOCOPY     ::     Robust File Copy for Windows
-------------------------------------------------------------------------------

  Started : Tuesday, December 5, 2023 4:18:02 PM
   Source : c:\test\music\
     Dest = h:\

    Files : *.*

  Options : *.* /S /E /DCOPY:DA /COPY:DAT /PURGE /MIR /NP /MT:8 /R:1 /W:1

 

  • 0

Haven't benchmarked the stick yet, but i can shortly here

 

My Folder of the Music is stored on the 4TB Storage Drive--WD Black 4TB 

Windows 11 Pro clean installed less than 2 weeks ago, so gonna try the stick asap here again, and benchmark it to see what i get as soon as possible here

Hopefully some good results


USB Ports on the Rear of the PC is USB 3.2 Gen 1 i believe

Eventually i may get brave enough and invest in a Total SSD System, and just use the 4TB WD Black Drive as Extra External backup.   but as of right now still may main storage drive

 

*Though haven't run chkdsk on the 4TB Drive in ages, but i assume it should be fine i think lol*   

 

Edited by bikeman25
More Info
  • 0

Results of Winsat on the Flash drive

C:\Windows\System32>winsat disk -drive f
Windows System Assessment Tool
> Running: Feature Enumeration ''
> Run Time 00:00:00.00
> Running: Storage Assessment '-drive f -ran -read'
> Run Time 00:00:01.44
> Running: Storage Assessment '-drive f -seq -read'
> Run Time 00:00:04.61
> Running: Storage Assessment '-drive f -seq -write'
> Run Time 00:13:25.05
> Running: Storage Assessment '-drive f -flush -seq'
> Run Time 00:00:56.25
> Running: Storage Assessment '-drive f -flush -ran'
> Run Time 00:00:54.22
> Dshow Video Encode Time                      0.00000 s
> Dshow Video Decode Time                      0.00000 s
> Media Foundation Decode Time                 0.00000 s
> Disk  Random 16.0 Read                       16.65 MB/s          5.8
> Disk  Sequential 64.0 Read                   104.74 MB/s          6.6
> Disk  Sequential 64.0 Write                  0.64 MB/s          2.1
> Average Read Time with Sequential Writes     26.628 ms          1.9
> Latency: 95th Percentile                     67.113 ms          1.9
> Latency: Maximum                             300.513 ms          6.9
> Average Read Time with Random Writes         25.919 ms          1.9
> Total Run Time 00:15:22.06

 

  • 0

You can try without the hub, and check for newer USB controller drivers or drive firmwares if there are any available.  That's a bit strange.

Could just be overheated in some instances.  I generally prefer SSDs to flash media for large transfers but interesting.

  • 0

Second Sandisk 256GB Flash Drive Results

Sandisk dual USB A on one side, and USB C on other side drive

 

C:\Windows\System32>winsat disk -drive f
Windows System Assessment Tool
> Running: Feature Enumeration ''
> Run Time 00:00:00.00
> Running: Storage Assessment '-drive f -ran -read'
> Run Time 00:00:01.27
> Running: Storage Assessment '-drive f -seq -read'
> Run Time 00:00:05.03
> Running: Storage Assessment '-drive f -seq -write'
> Run Time 00:03:06.38
> Running: Storage Assessment '-drive f -flush -seq'
> Run Time 00:00:34.59
> Running: Storage Assessment '-drive f -flush -ran'
> Run Time 00:00:53.28
> Dshow Video Encode Time                      0.00000 s
> Dshow Video Decode Time                      0.00000 s
> Media Foundation Decode Time                 0.00000 s
> Disk  Random 16.0 Read                       15.56 MB/s          5.7
> Disk  Sequential 64.0 Read                   88.31 MB/s          6.3
> Disk  Sequential 64.0 Write                  3.29 MB/s          2.3
> Average Read Time with Sequential Writes     16.173 ms          3.2
> Latency: 95th Percentile                     42.170 ms          1.9
> Latency: Maximum                             6020.096 ms          1.4
> Average Read Time with Random Writes         25.412 ms          1.9
> Total Run Time 00:04:42.02

 

Both have terrible write speed though for some reason,  i may have to invest at some point in a Solid State Based External for first time--other external drives have i'll list below this comment

Western Digital Elements 500GB Desktop (2003) (First External, USB 2.0)

Western Digital Passport 2TB Ultra (Blue)

Western Digital Passport 2TB (RED)

Seagate 1TB   Portable USB 3.0

Western Digital in Enclosure 1TB WD Black in Ugreen USB 3.2 Gen 1 enclosure

Seagate 8TB  in Sabrent Enclosure  **Won this Drive  a CES Twitter Contest January 2019**   Originally the 4TB WD Black was gonna be the Backup Drive,   this was Primary til last year when i received Western Digital My Book 8TB to Become Primary, as Seagate 8TB turned out to be SMR Drive* 

Western Digital 8TB My Book (Primary Backup drive) 

*Note Sabrent USB Hub was cheap when i bought it,  gonna try at Christmas to afford a better one hopefully,   right now it doesn't function too well even though Powered USB Hub if i attempt to run 2 of the Externals with there own Power or even the bus powered Passport drives at same time*    

 

Internally on Desktop have the following

Samsung 970 Evo Plus 500GB Boot NvMe  *almost bought a Western Digital NvMe,  but decided in Christmas of 2020 to go for the Samsung instead--my first Non Western Digital,  my Previous AMD based FX 8310 system i had Western Digital Blue Sata 250GB Boot Drive, but then i only stored WIndows and a few small programs, and made sure rest of files was stored on another drive)   

Samsung 860 Evo 1TB Game SSD

Western Digital WD Black 4TB Storage drive

 

I just recently clean installed Windows 11 Pro x64 bit on this Desktop,  far as i know drivers are up to date as can be i think lol.        So maybe just bad luck on those drive purchases i suppose

 

Edited by bikeman25
  • 0

Yeah those speeds blow!! something is not right.. Wasn't there some issue with san disks from a while back? I remember some hubub about them but didn't pay it much mind because I don't have any..  Most of the ones I have bought in recent years have been SP ( Silicon Power).. But yeah with those write speeds no wonder it not finishing.

I knew there was some issues with san disks..

https://arstechnica.com/gadgets/2023/08/sandisk-extreme-ssds-are-worthless-multiple-lawsuits-against-wd-say/

But that is about SSD disks, not usb sticks from quick read over.

So you have any other sticks you could try winsat on?

edit: or do you have another machine you could test these in, even if not 3.2 usb port.

 

 

 

 

  • 0

Do have a Secondary Gaming Laptop i can test these 2 Drives on

(Laptop has USB 3.0 ports) don't think it's Gen 2 or 1 on that machine, and 1 USB C port)

Laptop is HP Omen 15_ce019dx (purchased December 2017 )

I have another 128GB Sandisk i think it is (Really gotta stop buying Sandisk Flash drives lol)  and another 64GB Western Digital branded one,   1 Corasir 16GB i believe, and 

Will post the results once i finish the testing of those on other PC asap here

**These drives was both tested with a Rear USB 3.2 Gen 1 Port,  USB Hub was not used at all during this**  1 at a time, and nothing else was connected over to the system at all during that time**  

 

Same Flash Drive Sandisk Dual  USB A and C on one--Tested on PC 2 Gaming Laptop

Microsoft Windows [Version 10.0.19045.3758]
(c) Microsoft Corporation. All rights reserved.

C:\Windows\system32>winsat disk -drive E
Windows System Assessment Tool
> Running: Feature Enumeration ''
> Run Time 00:00:00.00
> Running: Storage Assessment '-drive E -ran -read'
> Run Time 00:00:01.47
> Running: Storage Assessment '-drive E -seq -read'
> Run Time 00:00:05.77
> Running: Storage Assessment '-drive E -seq -write'
> Run Time 00:06:48.30
> Running: Storage Assessment '-drive E -flush -seq'
> Run Time 00:00:28.55
> Running: Storage Assessment '-drive E -flush -ran'
> Run Time 00:01:16.33
> Dshow Video Encode Time                      0.00000 s
> Dshow Video Decode Time                      0.00000 s
> Media Foundation Decode Time                 0.00000 s
> Disk  Random 16.0 Read                       14.29 MB/s          5.6
> Disk  Sequential 64.0 Read                   83.10 MB/s          6.2
> Disk  Sequential 64.0 Write                  1.54 MB/s          2.1
> Average Read Time with Sequential Writes     13.563 ms          3.7
> Latency: 95th Percentile                     138.841 ms          1.9
> Latency: Maximum                             644.054 ms          1.9
> Average Read Time with Random Writes         36.800 ms          1.9
> Total Run Time 00:08:41.27

C:\Windows\system32>

Edited by bikeman25
  • 0

So if you go here https://ssd-tester.com/

That drive doesn't benchmark very well.. But better than what your seeing..

if your looking for something that is fast for write - might be a good place to look.

As another example - I took one of my old 512GB nmve sticks that I Put in a case and these are the benchmarks. Same usb-c port that the usb stick used.. What a difference ;) less than a minute for the same 13.5GB of data..  My CD drive bench is below as well.

-------------------------------------------------------------------------------
   ROBOCOPY     ::     Robust File Copy for Windows
-------------------------------------------------------------------------------

  Started : Wednesday, December 6, 2023 9:56:01 PM
   Source : c:\test\music\
     Dest : h:\

    Files : *.*

  Options : *.* /S /E /DCOPY:DA /COPY:DAT /PURGE /MIR /NP /MT:8 /R:1 /W:1

------------------------------------------------------------------------------

               Total    Copied   Skipped  Mismatch    FAILED    Extras
    Dirs :       130       130         1         0         0         1
   Files :      1407      1407         0         0         0         0
   Bytes :  13.576 g  13.576 g         0         0         0         0
   Times :   0:06:07   0:00:36                       0:00:00   0:00:04


   Speed :           399097747 Bytes/sec.
   Speed :           22836.556 MegaBytes/min.
   Ended : Wednesday, December 6, 2023 9:56:42 PM

Here is the winsat on it

C:\Windows\system32>winsat disk -drive h
Windows System Assessment Tool
> Running: Feature Enumeration ''
> Run Time 00:00:00.00
> Running: Storage Assessment '-drive h -ran -read'
> Run Time 00:00:00.55
> Running: Storage Assessment '-drive h -seq -read'
> Run Time 00:00:02.59
> Running: Storage Assessment '-drive h -seq -write'
> Run Time 00:00:02.33
> Running: Storage Assessment '-drive h -flush -seq'
> Run Time 00:00:00.63
> Running: Storage Assessment '-drive h -flush -ran'
> Run Time 00:00:00.61
> Dshow Video Encode Time                      0.00000 s
> Dshow Video Decode Time                      0.00000 s
> Media Foundation Decode Time                 0.00000 s
> Disk  Random 16.0 Read                       198.76 MB/s          7.7
> Disk  Sequential 64.0 Read                   375.55 MB/s          8.0
> Disk  Sequential 64.0 Write                  390.00 MB/s          8.0
> Average Read Time with Sequential Writes     0.217 ms          8.6
> Latency: 95th Percentile                     0.508 ms          8.7
> Latency: Maximum                             1.282 ms          8.9
> Average Read Time with Random Writes         0.211 ms          8.9
> Total Run Time 00:00:06.83

C:\Windows\system32>
C:\Windows\system32>winsat disk -drive C
Windows System Assessment Tool
> Running: Feature Enumeration ''
> Run Time 00:00:00.00
> Running: Storage Assessment '-drive C -ran -read'
> Run Time 00:00:00.14
> Running: Storage Assessment '-drive C -seq -read'
> Run Time 00:00:02.14
> Running: Storage Assessment '-drive C -seq -write'
> Run Time 00:00:01.61
> Running: Storage Assessment '-drive C -flush -seq'
> Run Time 00:00:00.33
> Running: Storage Assessment '-drive C -flush -ran'
> Run Time 00:00:00.34
> Dshow Video Encode Time                      0.00000 s
> Dshow Video Decode Time                      0.00000 s
> Media Foundation Decode Time                 0.00000 s
> Disk  Random 16.0 Read                       807.28 MB/s          8.6
> Disk  Sequential 64.0 Read                   876.08 MB/s          8.4
> Disk  Sequential 64.0 Write                  835.89 MB/s          8.3
> Average Read Time with Sequential Writes     0.074 ms          8.9
> Latency: 95th Percentile                     0.150 ms          8.9
> Latency: Maximum                             0.324 ms          8.9
> Average Read Time with Random Writes         0.065 ms          8.9
> Total Run Time 00:00:04.66

C:\Windows\system32>

If your goal is backup and "fast" prob wouldn't use usb sticks.. But even the 3.1 usb interface seems to be pretty fast..  That benchmark site listed to shows a few really fast sticks..

  • 0

Yeah my goal is kinda fast backup and yeah think time to get away from USB Sticks

Much better than what I've been seeing for sure

I'll get it all sorted in due time etiher for Christmas or Birthday in February,   as  if i tried to backup even a Smallish directory with these usb sticks i'd be waiting for a while i imagine lol.        The one time i did a direct File copy,  started at  11pm, and didn't finish til 11am next day lol

 

Of Course my Samsung 970 Evo Plus 500GB M.2 NvMe was silently replaced in August 2021 with a newer version, with a newer Controller---(this ones has had no firmwire updates at all--Old Phoenix controller on this one)  Debated if i was worth replacing or not, then i decided well probably not lol

 

So kinda will look into something a wee faster, doesn't have to be lightning speed really, just enough to properly backup the data.     Do have a Cloud Copy of the Purchased Music Folder which contains former XBox/Groove Music Free albums i got when had WIndows Phone back in 2014-2015 time frame (don't think those are replaceable hence why i got multiple backups on several drives as well lol)  Amazon bought songs,  Older CD Rips from many years ago lol,  

Edited by bikeman25
More Info
  • 0

Of Course in June 2020 This Motherboard was the Cheapest 10th Gen Compatible board my local PC shop had available in order to upgrade to Intel 10th Gen  10700 CPU go along with my new case and Video card at the time

I gotta benchmark my WD My Passport Red 2TB drive

either my USB 3.2 Gen 1 hub is slow as molasses--plan on purchasing a better usb hub with Christmas Gift card, and hopefully improves drive speed a little bit 

*Why Heck do the Power USB hub lose communication with a Powered USB Enclosure with WD 1TB Drive inside it, and therefore have to redo transfer of updated Folder to WD My Passport Drive*  This happens all the time whenever i attempt to use 2 Devices even with the Hub sighs

 

*When i upgrade to either 14th Gen in the Future or 15th Gen Intel or Maybe back to AMD in future,  not cheaping out on following items-- Motherboard,  CPU getting decent one, that i can hopefully still cool with air Cooling,  very nervous on AIOs leaking lol still.

And if go with Intel Processor again, then Nvidia video card,  if go with AMD for first time since AMD FX  then AMD video card (thats way i always been lol)     

 Upgrading Power Supply with a Real Good Quality one (may do that prior to next system refresh, maybe even for Birthday in February lol--Current Power Supply EVGA G3 650 Watt been in use since February 2018, of course back then i had more room to work on my Computers--since moved since then and less room and more family annoying me whenever i'm working on any type of upgrade*

 

Edited by bikeman25

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • How to Do More with Less: Future-Proofing Yourself in an AI-driven Economy —was $28 now FREE by Steven Parker Claim your complimentary copy (worth $28) of "How to Do More with Less: Future-Proofing Yourself in an AI-driven Economy" for free, before the offer ends on June 30. Description In today’s workplace, headlines about artificial intelligence can feel overwhelming. With headlines swinging between promises of utopia and warnings of mass unemployment, for most knowledge workers, the truth feels unclear. In this book, Sharon Gai cuts through the noise. Drawing from real-world examples and global insights, she explains how AI is reshaping the way we work—without hype or fearmongering. Instead of choosing between blind optimism or outright pessimism, she offers a practical, balanced perspective that helps readers make sense of the rapidly evolving AI landscape. You’ll learn how to: Reskill and future-proof your career in the face of AI disruption Identify which parts of your role can be automated, and which require human creativity and judgment Use proven frameworks to evaluate AI’s impact on your work and your organization Apply actionable tips and tools to boost productivity, make smarter decisions, and do more with less Gain clarity as a parent, leader, or professional navigating what this means for the next generation Whether you’re an employee anxious about your future, a parent concerned about your children’s opportunities, or a leader managing a lean team with tight budgets, this book provides the strategies and mindset you need to adapt so you can stop worrying and start preparing. How to download for free Please ensure you read the terms and conditions to claim this offer. Complete and verifiable information is required in order to receive this free offer. If you have previously made use of these offers, you will not need to re-register. Was $28, but is now FREE | Below free offer link expires on June 30. How to Do More with Less: Future-Proofing Yourself in an AI-driven Economy The below offers are also available for free in exchange for your (work) email: The Vibe Coding Playbook: Building Your Tech Business with AI ($35 Value) FREE - Expires 6/23 The Persuasion Engine: How Any Business Can Use AI-Powered Neuromarketing to Understand and Win Customers ($28 Value) FREE - Expires 6/24 How to Do More with Less: Future-Proofing Yourself in an AI-driven Economy ($28 Value) FREE - Expires 6/30 Cloud Security Fundamentals: Building the Foundations for Secure Cloud Platforms ($131.95 Value) FREE - Expires 7/1 The Complete Free AI Learning: Master ChatGPT, Claude, Gemini & More ($21 Value) FREE How to Build an AI Design Workflow with Gamma ($21 Value) FREE The Ultimate Linux Newbie Guide – Featured Free content Python Notes for Professionals – Featured Free content Learn Linux in 5 Days – Featured Free content Quick Reference Guide for Cybersecurity – Featured Free content We post these because we earn commission on each lead so as not to rely solely on advertising, which many of our readers block. It all helps toward paying staff reporters, servers and hosting costs. Other ways to support Neowin The above deal not doing it for you, but still want to help? Check out the links below. Check out our partner software in the Neowin Store Buy a T-shirt at Neowin's Threadsquad Subscribe to Neowin - for $14 a year, or $28 a year for an ad-free experience Disclosure: An account at Neowin Deals is required to participate in any deals powered by our affiliate, StackCommerce. For a full description of StackCommerce's privacy guidelines, go here. Neowin benefits from shared revenue of each sale made through the branded deals site.
    • Microsoft admits one of the most crucial Outlook features is currently broken by Sayan Sen Microsoft is making some decent progress when it comes to Windows 11. Recently we have confirmed reports of some rather useful improvements landing in the next version of the OS, 26H2, wherein GPU driver TDR crashes may finally be fixed, plus the company is also allowing users to disable web content on the Search. On the Outlook front though things have not been so rosy. Last month in May we reported several problems affecting basic functionalities on the app. These included a problem where documents would open blank or corrupt themselves. Following that, Quick Steps, a very useful feature, would no longer work correctly, and finally, Microsoft acknowledged a problem wherein images would fail to load up properly inside the email. Microsoft had resolved those bugs later and almost exactly a month after we reported on them, the company has now admitted a new similarly basic issue, this time on Macs. Users recently started noticing that Outlook would no longer display email threads properly as the original message itself was not displayed. An affected user Tsoumpas, C (ngmb) nicely described the problem in a forum post they made on Microsoft's site. They wrote: "Description of the issue: After updating Outlook for Mac [Version 16.110 (26061317)] on 18/6/2026, replying to any email no longer includes the original message in the reply window. Prior to the update, replies correctly contained the original email text below my response. Expected behavior: The original message should be included in the reply, as in previous Outlook versions and according to the configured reply settings. Actual behavior: The reply window contains only a blank composition area (or only my response), with none of the original email text included." Obviously this must be a highly frustrating for users as noted by several in that thread. The post, at the time of writing, has also been upvoted by more than 40 users indicating that is a fairly widespread bug. Thankfully Microsoft seems to have acknowledged the problem right around that time as it opened a new issue on its official website. In the support article, the company recommends switching to Outlook for Mac from the legacy app, where the problem appears to be happening.
    • PotPlayer 260622 by Razvan Serea PotPlayer is an extremely light-weight multimedia player for Windows. It feels like the KMPlayer, but is in active development. Supports almost every available video formats out there. PotPlayer contains internal codecs and there is no need to install codecs manually. Other key features include WebCam/Analog/Digital TV devices support, gapless video playback, DXVA, live broadcasting. Distinctive features of the player is a high quality playback, support for all modern video and audio formats and a built DXVA video codecs. A wide range of subtitles are supported and you are also able to capture audio, video, and screenshots. A comprehensive video and audio player, that also supports TV channels, subtitles and skins. Its been described on the Internet as The KMPlayer redux, and it pretty much is. Daum PotPlayer 260622 (1.7.22963) changelog: Removed Kakao TV Added pause function when navigating via the navigation bar Significantly improved internal stability Fixed an issue where colors appeared strange during RGB24 processing Improved playback for some HTTP streams Improved sync processing for the built-in audio renderer Fixed an issue where certain MP4 files behaved abnormally during playback Download: Daum PotPlayer (64-bit) | 54.7 MB (Freeware) Download: Daum PotPlayer (32-bit) | 61.1 MB View: Daum PotPlayer Home Page | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • Tixati 3.44 is out.
    • Speccy 1.34.084 by Razvan Serea Speccy will give you detailed statistics on every piece of hardware in your computer. Including CPU, Motherboard, RAM, Graphics Cards, Hard Disks, Optical Drives, Audio support. Additionally Speccy adds the temperatures of your different components, so you can easily see if there's a problem! Processor brand and model Hard drive size and speed Amount of memory (RAM) Graphics card Operating system At first glance, Speccy may seem like an application for system administrators and power users. It certainly is, but Speccy can also help normal users, in everyday computing life. If you need to add more memory to your system, for example, you can check how many memory slots your computer has and what memory's already installed. Then you can go out and buy the right type of memory to add on or replace what you've already got. Download: Speccy 1.34.084 | 20.5 MB (Freeware) View: Speccy Website | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
  • Recent Achievements

    • Dedicated
      tuben earned a badge
      Dedicated
    • Week One Done
      mnsgroup earned a badge
      Week One Done
    • Conversation Starter
      sumytbe earned a badge
      Conversation Starter
    • One Year In
      B4dM1k3 earned a badge
      One Year In
    • One Year In
      DarkWun earned a badge
      One Year In
  • Popular Contributors

    1. 1
      +primortal
      522
    2. 2
      +Edouard
      199
    3. 3
      PsYcHoKiLLa
      94
    4. 4
      Michael Scrip
      82
    5. 5
      neufuse
      69
  • Tell a friend

    Love Neowin? Tell a friend!