What To Do When Windows 11 Stuck On The Welcome Screen
Getting stuck on the Windows 11 welcome screen happens when your PC freezes on the login page after you type your PIN or password. This frustrating stall usually stems from a buggy Windows update , a broken system file, or a glitchy USB device connected to your computer.
You can bypass the Windows 11 welcome screen freezing issue and get back to your desktop using a few straightforward recovery steps. Restarting your computer into Safe Mode or unplugging all extra accessories often solves the problem in just 3 minutes without losing any of your personal files.
When Windows 11 stuck on the welcome screen, you should fix it by turning off your computer, unplugging all external devices like USB drives and printers, disconnecting from the internet, and restarting. If that does not work, start your computer in Safe Mode using the Windows Recovery Environment.
Understanding the Problem: Why 🪟 Windows 11 Gets Stuck
Windows 11 gets stuck on the welcome screen when the operating system hits a roadblock while loading your personal settings, starting background services, or connecting to networks. Common triggers include faulty hardware devices, corrupted system files, broken background apps, or network loops that stall your computer during the startup process.
Sometimes, this process hits a roadblock. Common causes include:
- Faulty hardware or accessories: A broken USB flash drive, a misbehaving mouse, or an old printer connected to your PC can confuse Windows while it boots up.
- Network and internet issues: If Windows tries to connect to a broken Wi-Fi network or a cloud account service and fails, it can hang indefinitely on the loading screen.

Settings › Network & internet - Corrupt system files: Essential Windows files might get damaged due to a sudden power outage or an interrupted update.
- Driver conflicts: An outdated or broken graphics card driver can stop the visual welcome screen from handing over control to your actual desktop environment.
- Background service loops: A program that tries to start up automatically might get stuck in an endless loop, freezing the entire login sequence.
To fix a Windows 11 computer stuck on the welcome screen, you can start with the easiest and safest methods available in version 23H2. First, disconnect all non-essential USB devices like printers and external drives, because faulty hardware often freezes the startup process. Next, restart your computer and wait up to 15 minutes to see if background updates finish installing . These simple troubleshooting steps successfully resolve over 40 percent of frozen welcome screen problems without risking your personal files.
Step 1Unplug External Devices and Disconnect from the Internet
- Hold down the physical power button on your PC case for 5 to 10 seconds until the screen and lights go dark.
- Unplug every single external device connected to your computer. This includes USB flash drives, external hard drives, printers, webcams, extra monitors, game controllers, and any secondary mice or keyboards. Keep only your primary mouse and keyboard plugged in.
- If you use a wired ethernet cable for internet access, unplug it. If you connect to Wi-Fi, turn off your wireless router temporarily if you can, or move your laptop far enough away so it loses the Wi-Fi signal.
- Turn your computer back on and try logging in.
If your computer loads up normally to the desktop, you know one of the devices or your internet connection was causing the conflict. You can plug your devices back in one by one, restarting your computer each time, to find out which specific item caused the freeze.
Step 2Boot Into Safe Mode to Bypass Problem Software
Booting into Safe Mode lets you bypass problem software when Windows 11 gets stuck on the welcome screen. This special troubleshooting mode starts your computer using only the bare minimum drivers and services, which stops third-party apps and bad software from blocking your login.
Since you cannot get to your normal desktop, you will need to force your computer into the Windows Recovery Environment:
- Turn on your computer. As soon as you see the manufacturer logo or the Windows loading dots, press and hold the physical power button for 5 to 10 seconds to force a shutdown.
- Repeat this process two more times.
- On the third restart, let your computer boot up completely. Windows will recognize that it failed to start properly three times in a row and will automatically open a blue screen called the Automatic Repair environment.
- On the Choose an option screen, click on Troubleshoot.
- Click on Advanced options.
- Click on Startup Settings. (Note: If you do not see Startup Settings, click the link at the bottom that says "See more recovery options" to find it).
- Click the Restart button in the bottom right corner.
- Your computer will restart and show a numbered list of startup choices. Press the 4 key or the F4 key on your keyboard to choose Enable Safe Mode.
Once your computer boots up into Safe Mode, the screen will look very basic, and your background might be black. This is totally normal! While you are in Safe Mode, you can uninstall any recently installed apps, remove problematic updates, or scan your system for errors.
Step 3Run Built-in System Repair Tools
Running built-in system repair tools helps fix a Windows 11 welcome screen freeze by automatically finding and repairing broken system files. Using the Deployment Image Servicing and Management tool and the System File Checker scan can repair deep operating system damage causing your startup failure.
Two built-in tools can track down and repair damaged system files: the Deployment Image Servicing and Management (DISM) tool and the System File Checker.
- Click the Start button on your taskbar, type
cmdinto the search box. - Right-click on Command Prompt in the search results and select Run as administrator.

Command Prompt
Turning off Fast Startup might make your computer take a few extra seconds to boot up from a complete shutdown, but it completely eliminates a very common source of login freezes and startup loops.
Step 5Disable Startup Apps Using Task Manager

Disabling startup apps using the Task Manager stops programs that crash or hang during login from freezing your Windows 11 desktop. Stopping unnecessary background programs from running automatically prevents them from blocking your computer on the welcome screen.
- Press the Ctrl + Shift + Esc keys on your keyboard at the same time to open the Task Manager.
- If Task Manager opens in a compact view, click on More details at the bottom.

Task Manager - Look at the icons on the left-hand side of the window and click on the Startup apps icon (it looks like a speedometer or gauge).
- You will see a list of every program that tries to start automatically when you sign in. Look through the list for apps you do not need running right away (such as download helpers, helper utilities for printers, or chat apps).
- Click on an app you want to disable, and then click the Disable button in the top right corner of the window.
- Repeat this for any non-essential startup programs.
- Restart your computer normally.
Unique Expert Tip: Resetting Network Profiles via Command Prompt
Resetting network profiles via the Command Prompt fixes a Windows 11 welcome screen freeze caused by network communication loops. When Windows gets stuck trying to sync cloud settings or check for updates online during login, clearing your network data lets your PC boot normally.
If your computer only freezes when connected to the internet, you can completely reset your network settings to clear out corrupted configurations:
- Boot your computer into Safe Mode with Networking (choose option 5 in the Startup Settings menu we covered earlier) so you can still access troubleshooting resources, or open an administrative command prompt.
- Click the Start button, type
cmd, right-click Command Prompt, and select Run as administrator. - Type the following command and press Enter to reset your network catalog:Code
netsh winsock reset - Type the following command and press Enter to reset your internet protocol settings:Code
netsh int ip reset - Type the following command and press Enter to clear your DNS cache:Command Prompt
ipconfig /flushdns - Close the command prompt window and restart your computer normally.
Unique Expert Tip: Checking User Profile Corruptions
Checking for user profile corruptions helps solve a Windows 11 welcome screen freeze caused by damaged personal settings folders. If the folder storing your desktop files and registry preferences gets broken, Windows spins endlessly while trying to load your account data.
You can test this theory by creating a brand-new local user account:
- Boot into Safe Mode using the steps outlined earlier.
- Open the Start menu and open the Settings app (the gear icon).

Settings - Click on Accounts in the left menu, then click on Other users on the right side.
- Click the Add account button next to "Add other user".
- Click the link that says "I don't have this person's sign-in information".
- Click the link that says "Add a user without a Microsoft account".
- Type a simple user name (for example,
TEST-USER) and an easy password, then click Next to finish creating the account. - Restart your computer normally and try logging into this new
TEST-USERaccount.
If your computer boots up instantly into the new account, you know your original user profile has become corrupted. You can move your important files from your old profile folder into your new profile folder to solve the problem permanently.
Advanced Options: System Restore or Reset This PC

If none of the above steps work and your computer remains stubbornly stuck on the welcome screen, you may need to use heavier recovery options provided by the Windows Recovery Environment.
Using System Restore
Using System Restore rolls your Windows 11 computer back to a previous point in time before a bad update, driver, or app caused a welcome screen freeze. This recovery feature undoes recent system changes without deleting your personal files.
- Access the Windows Recovery Environment by forcing three interrupted boots, exactly as we described in Step 2.
- Click on Troubleshoot, then Advanced options.
- Click on System Restore.
- Choose your user account and enter your password if prompted.
- Select a restore point from a date and time before your computer started getting stuck on the welcome screen.
- Click Next and then Finish. Let the computer restore your system files. This will not delete your personal files or documents.
Reset This PC
Resetting your PC reinstalls Windows 11 to fix stubborn welcome screen freezes while giving you the option to keep your personal files safe. This troubleshooting step is the ultimate fix when standard repairs and safe mode tricks fail to work.
- Open the Windows Recovery Environment (Troubleshoot - Advanced options).
- Click on Troubleshoot, and then select Reset this PC.
- Choose the option to Keep my files.
- Follow the on-screen prompts to complete the reset process.
Summary
A Windows 11 computer gets stuck on the welcome screen with a spinning circle due to corrupted system files, faulty external hardware, network loops, or failed background apps. You can fix this startup freeze by unplugging accessories, booting into Safe Mode, running repair scans, or disabling Fast Startup.
This freeze usually happens due to corrupted system files, faulty external hardware devices, network communication loops, or background apps failing to load during startup. You can fix it by unplugging accessories, booting into Safe Mode, running system repair scans, or disabling Fast Startup in your power settings.
How do I access Safe Mode if my PC is stuck on the login screen?
Turn on your computer and hold down the physical power button for 10 seconds to force a shutdown as soon as it starts. Repeat this three times. On the third startup, Windows will open the Automatic Repair screen. Go to Troubleshoot, then Advanced options, select Startup Settings, and restart to choose Safe Mode.
Will running System Restore delete my personal files?
No, running a System Restore rolls back your computer's system files, installed apps, and registry settings to an earlier point in time, but it leaves your personal documents, photos, and files completely untouched and safe.
Was this guide helpful?
About the Author
Richard
Tech Writer, IT Professional
Richard, a writer for Geek Rewind, is a tech enthusiast who loves breaking down complex IT topics into simple, easy-to-understand ideas. With years of hands-on experience in system administration and enterprise IT operations, he’s developed a knack for offering practical tips and solutions. Richard aims to make technology more accessible and actionable. He's deeply committed to the Geek Rewind community, always ready to answer questions and engage in discussions.
No comments yet — be the first to share your thoughts!