When you start up or shut down a Windows 11 PC, you are usually greeted by a spinning circle of dots and generic messages like “Getting Windows ready, Don’t turn off your computer.” While this minimal interface looks clean, it provides absolutely zero diagnostic information. If your PC is hanging during startup, you have no way of knowing what background process is causing the delay.
By enabling “Verbose Status Messages” using the Registry Editor, you can force Windows 11 to display exactly what it is doing behind the scenes, such as “Starting Group Policy services” or “Loading user profile.”
How to Enable Verbose Boot via the Registry
Warning: Editing the Windows Registry can cause system instability if done incorrectly. Please follow these steps carefully.
- Press the Windows Key, type
regedit, and press Enter to open the Registry Editor. Click Yes if prompted by User Account Control. - Using the folder tree on the left, navigate to the following path:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System - Click on the System folder so it is highlighted.
- In the right-hand pane, right-click on an empty space, select New, and click on DWORD (32-bit) Value.
- Name this new value
verbosestatus(ensure there are no spaces) and press Enter. - Double-click on your newly created
verbosestatusfile to open its properties. - Change the Value data from 0 to 1.
- Click OK and close the Registry Editor.
The next time you restart your computer or install a massive Windows update, the generic spinning circle will be replaced by detailed text logs showing you exactly which drivers and services are being loaded in real-time. If you ever want to return to the standard startup screen, simply navigate back to the Registry and change the value back to 0.