A laptop stuck restarting usually clears with one forced shutdown, a Safe Mode boot, then removing the update, driver, or disk error that keeps re-triggering the reboot.
If your screen keeps saying “Restarting…”, shows a logo over and over, or reboots right before the desktop, it’s easy to assume the worst. In most cases, your files are still there. The loop is usually a stalled update, a driver crash during startup, or storage errors that the system can’t heal on its own. The goal is to stop the cycle without piling on extra damage.
This checklist starts with low-risk moves and builds toward deeper repairs. You’ll know what each step is testing, what success looks like, and when you should back up data before you push further.
Quick Safety Checks Before You Touch Recovery Tools
- Unplug extras: Remove USB drives, SD cards, hubs, docks, and printers. A bad peripheral can stall boot.
- Use stable power: Plug into wall power. Don’t try big repairs on a nearly empty battery.
- Watch the pattern: Does it restart at the same moment every time? That repeat point helps you pick the right fix.
- Limit hard resets: One controlled power-off is fine. Repeating it over and over can worsen file-system issues if the drive is already struggling.
What A Restart Loop Usually Means
Different loops point to different culprits. Spot the closest match, then follow the steps below.
Stuck On “Restarting…” Or “Working On Updates”
Windows may be applying an update, failing, rolling back, then trying again. macOS can loop after a major update if storage is too tight to finish rebuilding system files.
Reboots Right After The Logo
This often means an early boot crash: corrupted system files, a driver that loads very early, or disk errors.
Reboots After Login
If you can type a password and then it restarts, suspect startup apps, later-loading drivers, or a damaged user profile.
Step 1: Do One Controlled Forced Shutdown
If nothing changes for 20–30 minutes, do one clean power-off:
- Hold the power button for 10–15 seconds until the screen goes fully dark.
- Wait 30 seconds, then power on again.
- Note what you see: any message, any brief blue screen, and the exact moment it restarts.
If it boots normally after this, let it sit at the desktop for a minute before opening heavy apps. A loop can mean the system was mid-update and needed a clean restart to finish.
Step 2: Get Into Recovery (Windows Or macOS)
Windows: Force The Recovery Menu
On most Windows laptops, interrupt boot three times to trigger the Windows recovery menu (WinRE):
- Power on.
- When you see the Windows logo or spinning dots, hold the power button to turn it off.
- Repeat until you see “Preparing Automatic Repair,” then select “Advanced options.”
If that never appears, a Windows installer USB can open the same recovery tools.
macOS: Enter Recovery Mode
- Apple silicon (M-series): Hold the power button until “Loading startup options,” then pick Options → Continue.
- Intel Macs: Power on and hold Command (⌘) + R until the Apple logo appears.
Step 3: Run The Built-In Repair With The Best Odds
Start with the repair that fixes boot problems without changing your personal files.
Windows Startup Repair
In WinRE, select Troubleshoot → Advanced options → Startup Repair. It checks boot records and core startup files. If you want Microsoft’s official boot troubleshooting methods in one place, see advanced Windows startup troubleshooting.
Windows Safe Mode
If Startup Repair finishes and the loop returns, boot Safe Mode. It loads a smaller set of drivers so you can remove the trigger. If you need a reference for the menu path, see Microsoft’s steps for starting Windows in Safe Mode.
macOS Disk Utility First Aid
In macOS Recovery, open Disk Utility, select the internal drive, then run First Aid. If it reports errors it can’t repair, treat that as a sign to back up data before you try heavier changes.
What To Do If My Laptop Is Stuck On Restarting? Step-By-Step Fixes
If the loop is still happening, the next move is to isolate what’s triggering restarts during a normal boot.
Undo A Recent Windows Update
From WinRE, go to Troubleshoot → Advanced options → Uninstall Updates. Start with the latest quality update. If the loop began after a feature update, remove that instead.
Roll Back Or Remove A Driver
Graphics and Wi-Fi drivers are common culprits. In Safe Mode:
- Open Device Manager.
- Right-click the likely device (often Display adapters).
- Use “Roll Back Driver” when available. If not, uninstall the device, then reboot.
Once stable, install the newest driver from your laptop maker’s site.
Trim Startup Apps
If the loop happens after login, try a clean boot so Windows starts with fewer extras:
- Press Windows + R, type
msconfig, press Enter. - On Services, check “Hide all Microsoft services,” then disable the rest.
- In Task Manager → Startup, disable non-essential items.
Reboot. If it’s stable, re-enable items in small batches until the offender shows up.
Decision Table: Match The Loop To The Next Best Step
Use this table to avoid guessing. It maps what you see to the fastest next move.
| What You See | Likely Cause | Next Step |
|---|---|---|
| “Restarting…” never finishes, no progress | Pending update task stuck | Safe Mode → uninstall last update |
| Logo appears, then instant reboot | Early boot crash or corrupted files | Startup Repair → SFC/DISM |
| Reboots after login | Startup app or later driver failure | Clean boot → re-enable in batches |
| Repair screen loops back to itself | Disk errors blocking repair | WinRE Command Prompt → CHKDSK |
| Blue screen flashes too fast to read | Driver conflict or failing hardware | Safe Mode → remove recent driver |
| macOS progress bar resets mid-way | Update didn’t finish or low free space | First Aid → free storage → retry |
| Black screen, fans spin, then restart | Firmware, power, or memory issue | Diagnostics → BIOS defaults → RAM check |
| Restarts only with a dock or hub | Peripheral or power negotiation fault | Boot without it, update later |
Step 5: Repair System Files And The Disk (Windows)
If Safe Mode won’t stay up, or it still restarts, repair Windows from WinRE.
Run SFC And DISM
In WinRE, open Command Prompt and run these two checks. They repair missing or corrupted system files.
sfc /scannow /offbootdir=C:\\ /offwindir=C:\\WindowsDISM /Image:C:\\ /Cleanup-Image /RestoreHealth
If Windows isn’t on C: inside WinRE, find the right drive letter with dir first.
Run CHKDSK
Disk errors can re-trigger restarts when Windows hits a damaged file. Run:
chkdsk C: /f /r
If CHKDSK reports lots of bad sectors, treat the drive as suspect and move to backup steps before you keep pushing.
Step 6: Firmware And Hardware Checks When The Loop Starts Early
If the laptop restarts before any operating system screen, or you can’t keep it stable even in recovery tools, shift to firmware and hardware.
Reset BIOS/UEFI Defaults
Enter BIOS/UEFI (often F2, Del, or Esc at power-on), load default settings, save, then reboot. This can clear bad boot order entries or unstable performance settings.
Run Manufacturer Diagnostics
Most brands include a boot-time diagnostic tool. Run storage and memory tests first. A failing SSD can still boot, then collapse mid-restart when it hits a weak block.
Check Memory Seating When Possible
On laptops with removable RAM, a loose module can cause repeated restarts. Power off, unplug, then reseat the module using the manufacturer’s manual. If your model is sealed, skip this and rely on diagnostics.
Recovery Table: How Deep To Go Before You Risk Files
When you’re stuck, the smart move is choosing the shallowest fix that still has a good chance of working.
| Fix Level | What It Changes | File Risk |
|---|---|---|
| Startup Repair / First Aid | Boot files and minor disk repairs | Low |
| Safe Mode changes | Drivers, startup apps, recent updates | Low to medium |
| SFC / DISM / CHKDSK | System file store and disk structures | Medium (higher on failing drives) |
| System Restore | System state rollback to an earlier point | Medium (apps may need reinstall) |
| Reset or reinstall | Rewrites the operating system | High (back up first) |
Step 7: Back Up Data Before You Reset Or Reinstall
If repairs keep failing, protect your files before you do a reset or a full reinstall.
Windows: Copy Files From WinRE
WinRE Command Prompt can copy files to a USB drive if Windows won’t boot. If that feels risky, a local repair shop can often pull data from an SSD without forcing repeated restarts. If the disk starts disappearing, making clicking noises (HDD), or failing diagnostics, stop and prioritize recovery.
macOS: Restore Or Reinstall With Care
In macOS Recovery, reinstalling macOS usually lays fresh system files on top of your existing data. If Disk Utility reports serious errors, back up first and consider replacing the drive if your model allows it.
After It’s Fixed, Keep The Loop From Coming Back
- Keep free space: Aim for 15–20% free storage so updates can finish cleanly.
- Update in a calm order: Install OS updates, reboot, then install drivers. It makes troubleshooting clearer.
- Set a backup habit: A recent backup turns a restart loop into a repair task, not a data crisis.
References & Sources
- Microsoft.“Advanced Troubleshooting For Windows Startup Issues.”Outlines Windows startup repair and boot troubleshooting methods used when a PC can’t start normally.
- Microsoft.“How To Restart In Safe Mode.”Shows Safe Mode entry steps from the recovery menus, which helps isolate drivers and startup items that cause reboot loops.