Most guides on a PC stuck motherboard logo problem throw every possible fix at you in one long list and leave you guessing where to start. The pattern I see after 15 years of remote support is actually pretty consistent: roughly 60% of cases are sorted by a BIOS reset or a loose peripheral, another 30% need boot-sector repair commands, and only a small handful turn out to be hardware failures. Knowing that order matters. Work through the tiers below and you'll either fix it yourself in under an hour or know exactly what part to replace.
TL;DR
A PC stuck on the motherboard logo is almost always caused by a BIOS misconfiguration, a loose RAM stick, or a corrupt Windows boot sector. Start with a hard power reset and BIOS defaults, then escalate to WinRE Startup Repair, and finally to command-line boot repair tools if needed. Hardware faults (failing drive or bad RAM) are the last thing to check, not the first.
Key Takeaways
- A PC stuck on the motherboard logo most often traces back to BIOS settings, not hardware failure.
- Disconnecting non-essential USB peripherals before anything else rules out a common and easily missed cause.
- WinRE (Windows Recovery Environment) is your main repair toolkit and you can trigger it without any disc or USB.
- The command sequence
bootrec /fixmbr,bootrec /fixboot,bootrec /rebuildbcdfixes the majority of boot-sector corruption cases. - If RAM or drive diagnostics return errors, the component needs replacing, not repairing.
At a Glance
- Difficulty: Easy to Advanced
- Time Required: 15 to 60 mins
- Success Rate: 85% of users fixed without hardware replacement
What Causes a PC Stuck on the Motherboard Logo?
The motherboard logo screen (sometimes called the POST screen or splash screen) is the first thing your PC displays before it hands control over to the Windows boot loader. When the system freezes here, Windows hasn't even started loading yet. That's actually useful information because it narrows the problem to firmware, hardware initialisation, or the very earliest stage of the Windows boot process.
The most common culprit, by a fair margin, is a BIOS/UEFI misconfiguration. This includes a wrong boot order (the system is trying to boot from a USB drive or optical disc that isn't there), a disabled storage controller (meaning your SSD or HDD is invisible to the firmware), or an unstable overclock or XMP memory profile that causes the system to hang during POST. XMP profiles in particular are sneaky: they work fine for weeks and then a BIOS update or a temperature change makes them unstable.
The second big category is hardware. A RAM module that's worked itself slightly loose in its slot, a SATA data cable that's not quite clicked in, or a USB device (an old hub, a dodgy thumb drive, even some wireless keyboard receivers) that confuses the boot sequence. I've seen a broken USB stick cause a PC to hang on the logo for 20 minutes before giving up. Took three reboots before I thought to just pull all the USB devices.
Then there's corrupt boot data. The Boot Configuration Data (BCD) store and the Master Boot Record (MBR) or GPT partition table are small but critical. A sudden power cut, a forced shutdown at the wrong moment, or a Windows update that didn't finish cleanly can all leave these in a broken state. The PC reaches the logo, the firmware hands off to the boot loader, and the boot loader either errors silently or just hangs. From the outside it looks identical to a BIOS problem, which is why you need to work through the tiers in order.
Finally, there's actual hardware failure: a dying hard drive with bad sectors in the boot partition, or RAM that's developed a fault. These are less common than the other causes but they do happen, and they're the reason we include disk and memory diagnostics at the advanced tier rather than skipping them.
PC Stuck Motherboard Logo: Quick Fixes (5 to 10 Minutes)
Start here. These cost you nothing and fix the problem more often than you'd expect.
Hard Power Reset and Remove Peripherals Easy
- Force shutdown
Hold the power button for 10 to 15 seconds until the PC turns off completely. Wait 10 seconds. - Unplug everything non-essential
Remove all USB devices except your keyboard, mouse, and monitor cable. That means USB drives, external hard drives, hubs, card readers, webcams, printers, and any USB dongles. Even a wireless mouse receiver can cause this if the device is sending odd signals at boot. - Power on and observe
Press the power button and watch the screen. Does the logo appear and then progress to the Windows loading spinner? If yes, you're sorted. Reconnect USB devices one at a time, rebooting after each, to find the problematic one.
Fix Boot Order and Load BIOS Defaults Easy
- Enter BIOS/UEFI
Power on and repeatedly press the BIOS entry key. Common keys: Delete (most ASUS, MSI, Gigabyte boards), F2 (ASUS laptops, many Dell), F10 (HP), F1 (Lenovo). Check your motherboard manual if none of those work. You need to press it quickly and repeatedly, not hold it. - Check the boot order
Find the Boot tab or Boot Priority section. Your Windows drive (usually listed as the SSD or HDD model name) should be first. If a USB device, optical drive, or network boot option is sitting above it, move your drive to position 1. - Load Optimised Defaults
Look for an option called Load Optimised Defaults, Restore Defaults, or similar (usually on the Exit tab or accessible via F5). This clears any unstable XMP profile or overclock that might be causing the hang. It does not touch your data. - Save and exit
Press F10 (or use the Save and Exit option) to write the changes and reboot. Watch whether the system now passes the logo.
Intermediate PC Stuck Motherboard Logo Fixes (15 to 30 Minutes)
If the quick fixes didn't work, the problem is most likely inside Windows itself, specifically the boot configuration or startup files. WinRE is your main tool here. You don't need a USB drive or disc to access it.
Trigger WinRE and Run Startup Repair Easy
- Force WinRE to appear
Power on the PC. The moment you see any sign that Windows is starting to load (the logo, a spinning circle, anything), hold the power button until the PC shuts off. Do this three times in a row. On the fourth start, Windows detects the interrupted boot sequence and automatically enters the Windows Recovery Environment (WinRE). You'll see a blue screen with the message Preparing Automatic Repair or Choose an option. - Run Startup Repair
Go to Troubleshoot > Advanced options > Startup Repair. Select your Windows installation when prompted. Let it run. This can take 5 to 15 minutes. If it finds and fixes something, it will reboot automatically. - Verify the boot
Watch whether Windows now loads past the motherboard logo and reaches the login screen. If Startup Repair reports it couldn't fix the problem, that's fine, move to the next solution.
Boot into Safe Mode and Remove Recent Changes Medium
- Access Startup Settings from WinRE
From the WinRE menu, go to Troubleshoot > Advanced options > Startup Settings > Restart. After the restart, press F4 for Safe Mode (or F5 for Safe Mode with Networking if you need internet access). - Uninstall recent drivers
In Safe Mode, open Device Manager (right-click Start, select Device Manager). Look for any devices with a yellow warning icon, or expand categories like Display adapters and Network adapters. Right-click a recently updated driver and choose Roll Back Driver or Uninstall Device. - Uninstall recent Windows updates
Go to Settings > Update & Security > View update history > Uninstall updates. Sort by install date and remove the most recent cumulative or feature update. This is particularly worth doing if the hang started immediately after a Windows Update. - Uninstall recent programmes
Go to Settings > Apps, sort by install date, and remove anything installed just before the problem started. Some third-party tools install boot-level components that can interfere with startup. - Restart normally and test
Restart without Safe Mode and see if the system now boots past the logo.
System Restore (If You Have Restore Points) Easy
- Open System Restore from WinRE
From WinRE, go to Troubleshoot > Advanced options > System Restore. If this option is greyed out, restore points weren't enabled before the problem started, so skip this step. - Choose a restore point
Pick a point dated before the issue began. Windows will show you which programmes and drivers will be affected. Confirm and let it run. This can take 20 to 30 minutes.
Advanced PC Stuck Motherboard Logo Fixes (30+ Minutes)
These steps require a bit more confidence with the command line and, for the hardware steps, opening the PC case. If you're not comfortable with either, the remote support option below covers the software side. But honestly, the command-line steps here are less scary than they look.
Repair Boot Sector and BCD via Command Line Advanced
- Get to WinRE Command Prompt
Either trigger WinRE using the three-interrupt method above, or boot from a Windows 10/11 USB installer (created using the Microsoft Media Creation Tool). From WinRE, go to Troubleshoot > Advanced options > Command Prompt. - Run chkdsk first
Type the following and press Enter:chkdsk c: /f
This scans the C: drive for file-system errors and marks bad sectors. If it reports errors and fixes them, that alone can resolve the boot hang. - Repair the MBR and boot sector
Run these commands one at a time, pressing Enter after each:bootrec /fixmbrbootrec /fixboot
Ifbootrec /fixbootreturns an Access is denied error, runbootsect /nt60 sys /mbrinstead. - Rebuild the BCD store
bootrec /rebuildbcd
This scans all drives for Windows installations and rebuilds the Boot Configuration Data. When prompted to add the installation to the boot list, type Y and press Enter. - Restart and test
Typeexit, close the Command Prompt, and choose Continue to restart. Watch whether Windows now passes the motherboard logo.
bootrec commands work on both, but if you're on a UEFI/GPT system and still having trouble after these commands, the issue may be with the EFI System Partition rather than the MBR. That's a less common scenario and worth getting professional help for.SFC and DISM: Repair Windows System Files Medium
- Open Command Prompt in WinRE
As above, Troubleshoot > Advanced options > Command Prompt. - Run SFC
sfc /scannow
This scans every protected Windows system file and replaces any that are corrupt or missing. It can take 10 to 20 minutes. Don't close the window. - Run DISM if SFC reports errors it couldn't fix
dism /online /cleanup-image /restorehealth
DISM repairs the Windows component store that SFC draws from. If SFC found corruption but couldn't fix it, DISM usually can. Run SFC again afterwards to confirm. - Restart and verify
Exit Command Prompt and restart. Check whether the PC now boots past the logo.
Reseat RAM and Storage, Clear CMOS Advanced
- Power off and unplug
Shut down, unplug the AC power cable from the back of the PC, and wait two minutes. Press the power button once to discharge any residual power in the capacitors. - Reseat RAM
Open the case. Press the plastic clips at each end of the RAM slots outward to release the modules. Remove them, inspect the gold contacts for any discolouration or debris, and firmly reinsert them until both clips click back into place. If you have two sticks, try booting with just one in the primary slot (usually A2 or the slot furthest from the CPU, check your manual) to test each individually. - Check storage connections
Trace the SATA data cable from your SSD or HDD to the motherboard and unplug/replug both ends. Do the same with the SATA power cable from the PSU. For NVMe drives, remove the M.2 screw, pull the drive out at an angle, and firmly reseat it. - Clear CMOS if still stuck
Locate the coin-cell CMOS battery on the motherboard (it looks like a large watch battery). Use a non-conductive tool to pop it out. Wait at least 5 minutes, then reinsert it. Alternatively, use the CLRTC or CMOS jumper (a two or three-pin header near the battery, labelled in your motherboard manual): move the jumper from pins 1-2 to pins 2-3 for 10 seconds, then move it back. This resets UEFI to absolute factory defaults. See the Tom's Hardware CMOS reset guide for photos of what to look for. - Reconnect power, enter BIOS, and test
Plug the AC cable back in. Power on, enter BIOS, re-set the date and time, confirm boot order, save and exit. Test whether the system now boots past the logo.
If you've made it this far and the PC is still stuck on the motherboard logo, the last software option is a clean Windows installation. Create a bootable USB using the Microsoft Media Creation Tool on another PC, boot from it, choose Install now, then Custom, and install to your system drive. This bypasses all prior corruption. If even a clean install fails to boot, you're almost certainly looking at a hardware fault, most likely a failing drive. Run your drive manufacturer's diagnostic tool (Samsung Magician, Seagate SeaTools, Western Digital Dashboard) to check SMART status and run a full surface scan. If the drive fails diagnostics, it needs replacing. For persistent RAM issues, MemTest86 run overnight is the gold standard. If you need help working through the Windows startup repair process step by step, that guide goes deeper on the WinRE options.
The boot sector repair commands and WinRE steps above can be done remotely in most cases. If your PC gets past POST but hangs before Windows loads, a Vivid Repairs technician can connect remotely, run the full bootrec and DISM sequence, and have you booted in under an hour without you needing to touch the command line yourself.
Get remote helpPreventing a PC Stuck on the Motherboard Logo
Most of these cases are avoidable. The single most impactful habit is using a proper Windows shutdown rather than holding the power button. Every forced shutdown risks leaving the BCD or file system in a partially-written state, and over time that adds up. It's one of those things that seems fine until it suddenly isn't.
XMP and DOCP memory profiles deserve a mention. They're not always stable, especially after a BIOS update changes the underlying microcode. If you enable XMP, run MemTest86 for at least one full pass before you rely on it. And if a BIOS update lands, re-check that your XMP profile is still stable afterwards.
Here are the most important prevention steps, roughly in priority order:
- Always shut down Windows normally. Start > Power > Shut down. Not the power button.
- Keep BIOS/UEFI firmware updated from your motherboard manufacturer's official site only. Never use third-party BIOS update tools.
- Run chkdsk /f periodically and monitor drive health using your SSD or HDD vendor's tool. Catching a failing drive early is much better than dealing with it after it corrupts your boot partition.
- Create a System Restore point before installing major driver updates or new software, especially anything that touches boot-level components like virtualisation software or disk encryption tools.
- Check physical connections every time you move the PC. SATA cables in particular are prone to working loose.
- Keep a backup. If you ever need to do a clean install, having a recent backup means it's an inconvenience rather than a disaster. Our Windows backup guide covers the built-in options and what actually works.
PC Stuck Motherboard Logo: Summary
A PC stuck on the motherboard logo is almost never a sign that your PC is dead. In the vast majority of cases it's a BIOS misconfiguration, a loose peripheral, or a corrupt boot sector, all of which are fixable without replacing any hardware. Start with the five-minute fixes (hard reset, disconnect USB devices, load BIOS defaults), move to WinRE Startup Repair if those don't work, and escalate to the bootrec command sequence for stubborn cases. Only if hardware diagnostics return actual errors should you be looking at component replacement. Work through the tiers in order and you'll have a clear answer either way.


