What to do if desktop icons are flashing in Windows 10
- Even if desktop icons flashing might seem trivial, it is actually concerning.
- Running a system scan will quickly get rid of the desktop icons blinking on Windows 10.
- You can solve the flashing desktop icons on Windows 10 by updating your GPU drivers.
- If your desktop icons are flickering, another quick fix would be changing the registry.
Flashing desktop icons was quite proeminent on one of the older Windows 10 iterations, as an update brought the calamity to the users.
The future patches seemingly resolved it, but some users are still bothered by this annoying issue that is hard to ignore and can actually completely mess up your system.
User reports state that they are unable to do a thing on their PC as soon as desktop icons start flashing in Windows 10. With that in mind, here are some solutions we suggest following to pursuit the resolution.
How do I fix the desktop icon flashing on Windows 10?
1. Run SFC and DISM
- In the Windows Search bar, type cmd.
- Right-click the Command Prompt and run it as an administrator.
- In the command line, type the following command and press Enter:
sfc/scannow
- After it’s done, in the same window, type the following commands and press Enter after each:
DISM/online/Cleanup-Image/ScanHealth
DISM/Online/Cleanup-Image/RestoreHealth
- Reboot your PC when everything ends.
Firstly, restart your PC. If that doesn’t help, open Task Manager and kill Explorer.exe. Start it again and look for changes. If your desktop icons are still flashing, move forward with the troubleshooting.
Flashing desktop icons might look like a minor nuisance but the reason for isn’t always something neglectable. Namely, this might point towards a system corruption of some kind, so you’ll need to use SFC and DISM.
These are built-in tools run through the elevated Command Prompt and, while the System File Checker (SFC) is usually enough to deal with the majority of issues, we suggest running DISM as well.
2. Check GPU drivers
Another possible reason for flashing desktop icons is, among others, unfunctional software support for your display adapter. Generic drivers administered via Windows Update are, most of the time, not best-suited.
What you need to do is get yourself a proper driver provided by the GPU OEM. You can use Driverfix to automatically scan for the latest compatible driver for your GPU and other important software.
- Download and install DriverFix.
- Launch the software.
- Wait for DriverFix to detect all your faulty drivers.
- The application will now show you all the drivers that have issues, and you just need to select the ones you’d liked fixed.
- Wait for the app to download and install the newest drivers.
- Restart your PC for the changes to take effect.
DriverFix
Keep you GPU on the peaks of their performance without worrying about its drivers.3. Edit the registry
- Open Registry Editor from the Windows Search bar.
- Backup your current registry state.
- Navigate to
Computer\HKEY_CURRENT_USER\Control Panel\Desktop
- Edit the values for the following values in this manner:
- Save changes and look for improvements.
Finally, if none of the previous steps helped you, we can try with a more complex approach. This is done by accessing the Registry Editor and replacing editing a few inputs.
Have in mind that meddling with the registry can cause a lot of issues and is by no means suggested doing before creating a system restore point and backing up your registry.
4. Change the wallpaper
- Select the image that you want to set as a background.
- Right-Click on it.
- From the selection menu, select Set as desktop background.
- Check if the problem persists.
Some users resolved the issue in the simplest of manners. They either used another wallpaper for the desktop background or changed the format of the current one.
The JPG format is seemingly causing some issues with the desktop, so users renamed the image at hand to the JPEG format, and that sort it out.
With that said, we can conclude this article. In case you have any additional questions or suggestions, do us a favor and post them in the comments section below.
There are no comments yet. Please leave a comment
Follow us on:
Let's keep in touch!
On step 4 under solution 1 there is no space after / ScanHealth it should be /ScanHealth. You get error 87 if you have that space.
There is a few typos in your command: DISM /online /Cleanup-Image / ScanHealth
It should be: DISM /Online /Cleanup-Image /ScanHealth
Thank you for this fix!