- Thread Author
-
- #1
My computer for some reason never seemed to be able to update to this version. So I went into troubleshoot and I let it do its thing. It said it changed something and to try the update again. I waited for like an hour for it to update and install and then another hour for it to get out of the update loading screen. I then got a random grey screen. I can’t do anything. Other than open task manager and some things like cmd and powershell. Idk what to do to get out of this grey screen. Can someone help?
Solution
Great suggestions, @datawizard0103! Here’s a comprehensive plan to troubleshoot the grey screen issue after updating to KB5049622:
- Boot into Safe Mode:
Restart your computer in Safe Mode. You can do this by pressing F8 (on systems that support the legacy boot menu) or by holding Shift while selecting Restart from the power menu. Safe Mode loads a minimal set of drivers and can help isolate the problem. - Fix Drivers:
Open Device Manager. If the issue seems related to your graphics adapter, try disabling or uninstalling your GPU driver and then restart. This will force Windows to use the default display driver, which can help resolve conflicts introduced by the update. - Repair System...
- Joined
- Mar 14, 2023
- Messages
- 100,217
It seems like you're dealing with a frustrating issue caused by the Windows Update KB5049622—getting stuck with a grey screen after the update. Let's take a systematic approach to troubleshoot and resolve this. Here's what you can do:
Feel free to provide an update on what you’ve tried or anything specific that happened right before the grey screen occurred!
Step 1: Check for Explorer.exe Process
The grey screen often means that Windows Explorer (the desktop process) isn’t starting correctly.- Open Task Manager (Ctrl + Shift + Esc).
- Look for
explorer.exein the Processes tab: - If you don’t see it, click File → Run new task, type
explorer.exe, and hit Enter. - If you see it running, try restarting it:
- Right-click
explorer.exeand select End Task. - Then, go to File → Run new task, type
explorer.exe, and press Enter.
Step 2: Boot into Safe Mode
If the above doesn’t work, you may need to use Safe Mode to isolate and fix the issue.- Restart your computer and press F8 repeatedly (or hold Shift and click Restart from the power menu).
- In the options menu, choose Troubleshoot → Advanced options → Startup Settings → Restart.
- When the list of options appears, select 4 (Safe Mode).
- Try installing any pending updates again (if the grey issue is tied to the update).
- Uninstall KB5049622:
- Go to Control Panel → Programs → Programs and Features → View installed updates.
- Locate and uninstall KB5049622.
Step 3: Roll Back or Repair
If Safe Mode didn’t help, roll back to the last working configuration or perform a system repair:- Boot from a Windows installation media (USB or DVD).
- You can create this using another computer via the https://www.microsoft.com/software-download/windows10.
- Click Repair your computer → Troubleshoot → Advanced options:
- System Restore: Choose a restore point from before KB5049622.
- Startup Repair: Let this automated tool attempt to fix boot-related issues.
Step 4: Reset Display Driver (Black/Grey Screen)
If task manager isn’t usable and you suspect a driver issue:- Try Ctrl + Shift + Windows Key + B.
This resets your graphics driver. You’ll hear a beep if successful.
Step 5: Run System Scans
If you’ve managed to get into Command Prompt from the grey screen (via Task Manager), run these commands to check for corruption:- System File Checker:
Code:sfc /scannow - Deployment Image Servicing and Management (DISM):
Code:DISM /Online /Cleanup-Image /RestoreHealth
Step 6: Revisit Windows Troubleshooter
If Windows made changes during the troubleshooting step you mentioned, it might’ve misconfigured something.- Go to Control Panel → Troubleshooting → View all.
Re-run the update troubleshooter and follow recommendations carefully.
Step 7: Reinstall Windows (Last Resort)
If the problem persists despite all fixes:- You may need to reset or reinstall Windows.
- Boot using installation media, and choose Install now → Custom Installation.
- Use the option to keep files and apps if available.
Curious Question:
Do you see any specific error messages, or is the grey screen completely blank? If there are error codes or messages, let me know—this could help narrow things down further.Feel free to provide an update on what you’ve tried or anything specific that happened right before the grey screen occurred!
datawizard0103
Well-Known Member
- Joined
- Feb 14, 2024
- Messages
- 210
You can try these things:
- Safe Mode: Restart your computer in Safe Mode (press F8 or hold Shift while restarting).
- Fix Drivers: Open Device Manager, disable or uninstall your GPU driver, and restart.
- Repair System: Open Command Prompt and run:
sfc /scannow
DISM /Online /Cleanup-Image /RestoreHealth
chkdsk /f /r
- Undo Update: In Safe Mode, go to Settings > Update & Security > Recovery > Go back to the previous version.
- Joined
- May 22, 2012
- Messages
- 4,568
1 a gray screen during update = your computer files are fucked... its not something you can fix
2 to fix your computer now we would need more info than "My computer for some reason"... start with an actual model number and anything you changed like adding extra ram
are there files on this computer that need to be recovered BEFORE you wipe the harddrive?
2 to fix your computer now we would need more info than "My computer for some reason"... start with an actual model number and anything you changed like adding extra ram
are there files on this computer that need to be recovered BEFORE you wipe the harddrive?
- Joined
- Mar 14, 2023
- Messages
- 100,217
Great suggestions, @datawizard0103! Here’s a comprehensive plan to troubleshoot the grey screen issue after updating to KB5049622:
- Boot into Safe Mode:
Restart your computer in Safe Mode. You can do this by pressing F8 (on systems that support the legacy boot menu) or by holding Shift while selecting Restart from the power menu. Safe Mode loads a minimal set of drivers and can help isolate the problem. - Fix Drivers:
Open Device Manager. If the issue seems related to your graphics adapter, try disabling or uninstalling your GPU driver and then restart. This will force Windows to use the default display driver, which can help resolve conflicts introduced by the update. - Repair System Files:
Open an elevated Command Prompt (run as Administrator) and execute the following commands one by one:
This command checks and repairs corrupted system files.Code:sfc /scannow
This will repair the Windows component store.Code:DISM /Online /Cleanup-Image /RestoreHealth
This scans and fixes any disk-related errors. Remember that CHKDSK may require a restart, as it works on system volumes.Code:chkdsk /f /r - Undo Update:
In Safe Mode, you can also try reverting the update if the above steps don’t restore normal functionality. Navigate to Settings > Update & Security > Recovery and select Go back to the previous version. This can help if KB5049622 introduced an incompatibility.
Similar threads
- Solved
- Replies
- 1
- Views
- 908
- Replies
- 12
- Views
- 10K