Windows 11 file explorer is slow, lagging, hangs!

Anonymous
2022-11-06T07:07:24+00:00

Hi,

I have a very strong PC with Samsung 970 EVO Plus NVMe, Intel i7-9700K, 32GB Memory and ASUS ROG Strix Z390-H Gaming.
When my PC was on Windows 10 there was no problem with File Explorer but after upgrading to Windows 11 I am facing a problem with file explorer slow, lagging, hangs even when just renaming a file.
Only full PC restart is solving the problem for a short time.

How to solve this problem on windows 11 please?

Thanks,
AG

Windows for home | Windows 11 | Files, folders, and storage

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments
Answer accepted by question author
Anonymous
2022-11-28T14:17:19+00:00

I also experienced Lags with the Explorer:

  1. On Windows 10, i could solve them by removing external file-drives (SMB) from Quick-Access. I created a folder with Links to the drives instead and explorer was fast again. Probably the explorer tried to connect to these drives and for some reason failed, even though the connection was up and working.
  2. On Windows 11 on a new computer i have again troubles with the explorer, this time i think it is due to a wrong/old account which is no longer active:
    Image The problems came with the "Home"-Button, which was added at some point. Also the "Please sign in" only shows when selecting the "Home"-Button.

This might also be related to an account i am unable to remove:
Image
Clicking on 'Manage' opens the login-page for the first account and i can not find the old account in the first account to remove it.

Can your problem also be associated with one of the issues above?

Does anyone know how to solve the second issue by e.g. disabling the "Home" button, changing the account in the explorer or removing a no longer existing old account?


Updated Info / what i use:

  1. Don't use mapped Drives oder External Folders in Quick-Access. Keep all pinned-directories pointing to local files / folders. Instead, save them as files / links:

Image

  1. Disable OneDrive.exe in StartUp-Apps. If this still does not help, completely disable or remove onedrive: https://support.microsoft.com/en-us/office/turn-off-disable-or-uninstall-onedrive-f32a17ce-3336-40fe-9c38-6efb09f944b0 
  2. 'Home' as startup-folder seems to also be slow, change it: https://www.digitalcitizen.life/how-set-start-location-file-explorer-windows-10/
    Image

Was this answer helpful?

80+ people found this answer helpful.
0 comments No comments

276 additional answers

Sort by: Most helpful
  1. Anonymous
    2024-03-12T14:57:27+00:00

    It clear from the running of this issue that MS does not seem to care

    Was this answer helpful?

    2 people found this answer helpful.
    0 comments No comments
  2. Anonymous
    2024-02-28T21:22:16+00:00

    Here I am, replying to my own post.

    I think I may have solved my whole problem. After disabling all indexing, app spying and all the other brain-dead AI **** vendors try auto-installing without my consent, and being totally frustrated that File Explorer would eat up all free memory in less than an hour if I used it with an external storage drive, I finally took a look at Microsoft Power-Toys, which I had, and remembered that it had added a number of VERY CONVENIENT File Explorer Ad-Ons. I went to Power Toys Settings, and under File Explorer Ad-Ons I turned all its options off. I then ran Explorer on my external drives and found that everything was now running OK. I re-enabled an option at a time, tested Explorer in turn after enabling each, until I soon had all Power-Toy File Explorer options back on (thankfully, because these Ad-Ons are wonderful), and File Explorer was STILL working OK. Apparently, when Power Toys recently updated its File Explorer Ad-Ons, something happened to instigate massive memory consumption, but resetting these options by toggling them off and then back on had fixed the issue.

    Because Power Toys are popular, I wonder who else here might be able to fix their own issues by doing the same thing I just did?

    Was this answer helpful?

    2 people found this answer helpful.
    0 comments No comments
  3. Anonymous
    2024-01-01T22:10:43+00:00

    After months of dissatisfaction I've just trialled Directory Opus and its lightning fast. If Windows fix the issue I'll consider moving back.

    Was this answer helpful?

    2 people found this answer helpful.
    0 comments No comments
  4. Anonymous
    2023-12-02T08:52:15+00:00

    I was having this exact problem. On the chance that it will help somebody else I will post both what the problem/solution was, as well as recommendations on how to fix the problem (to Microsoft). Whether the latter is useful will depend on if somebody at Microsoft cares enough to make this right.

    I have a couple of ext4 drives which are mounted via WSL in Windows 11 and then mounted as shared drives. In the past, I found that WSL automatically shuts down when there are no active "users" of the system. In practice, this means that if there is no process like a "wsl" shell running, it shuts down in less than 30 seconds. This causes the share to stop working, and Windows Explorer hangs trying to access the shared drives. To fix this, I created a startup item which runs tmux within a wsl shell, in order to prevent WSL from falling asleep.

    What I have discovered is that sometimes this process fails. I need to gather more data to know what exactly. Sometimes after boot the tmux session is not running despite the startup item. I think it may be that sometimes the tmux session does run but somehow gets killed after this; this is where more data is needed. The solution (workaround, really) is to manually run WSL and start another tmux session.

    Now for my recommendations to Microsoft. Please make your enumeration routines threaded / non-blocking so that when enumerating drives it doesn't hang if a drive isn't responding. My shared drives are A: and B: so it hangs immediately when Explorer is opened and it takes a long time for the timeout to occur (at least 30 seconds to a minute). Additionally, please make the WSL exit smarter - if a drive is mounted and being shared via SMB this should be sufficient to make WSL not exit or fall asleep. I don't know if this is a general issue with background processes in general, as I can imagine there might be other things like running a web server which the user would not want to stop working but I have no experience with these, however these might be good to check if a generalized solution is available.

    I hope this helps someone!

    Was this answer helpful?

    2 people found this answer helpful.
    0 comments No comments