You press the power button, the fans spin up, the manufacturer logo flashes — and then a black screen with one line of white text: Operating System not found. Depending on the machine you might instead see “Missing operating system”, “No bootable device”, “Reboot and select proper boot device” or “BOOTMGR is missing”. They all mean the same thing.
The good news: this message comes from your PC's firmware (BIOS/UEFI), not from Windows. The computer itself is working — it just couldn't find something to start from. Very often your files are still sitting on the drive, untouched. Work through the steps below in order; the early ones are quick and completely safe.
Before you start — if your data matters
If you hear clicking, grinding or beeping from inside the machine, or the PC recently had a knock or drop, stop here. That points to a failing hard drive, and every extra power-on can make recovery harder. Don't run repair tools, don't reinstall Windows — book it in and we'll get your data off first.
Why it happens
When a PC powers on, the firmware checks a list of devices (the boot order) and looks for a bootloader on each one. “Operating system not found” means it went through the list and came up empty. That usually comes down to one of five things:
- Something else is first in line — a USB stick, SD card or disc that isn't bootable.
- The boot order or boot mode changed — often after a BIOS update or a flat CMOS battery resets settings to default.
- The drive isn't being detected — a loose cable, an unseated M.2 SSD, or a drive that has failed.
- The bootloader is damaged — from an interrupted update, a sudden power loss, or disk errors.
- The wrong drive was wiped — it happens more than you'd think after a DIY upgrade or reinstall.
How to fix it, step by step
Unplug USB drives, SD cards and discs, then restart
This fixes more of these errors than anything else. If a flash drive, external hard drive, phone or memory card is plugged in, the PC may be trying to boot from it and stopping there. Remove everything except the keyboard and mouse, eject any disc, and restart.
Check the BIOS can see your drive
Restart and tap the setup key as the logo appears — usually Del, F2, F10 or Esc (the screen often tells you which). Look for a storage, SATA, NVMe or “Boot” section and check your main drive is listed by name.
If the drive is missing entirely, no amount of software repair will help — skip to step 5.
Put the right entry first in the boot order
In the Boot menu, make sure Windows Boot Manager (or your SSD/hard drive's name) is at the top of the list. Save and exit — usually F10. If you only want to test it once, most PCs have a one-time boot menu on F8, F11 or F12.
Check the boot mode: UEFI vs Legacy / CSM
Modern Windows installs boot in UEFI mode; older ones may use Legacy (also called CSM or BIOS mode). If settings were reset, the PC can end up looking for the wrong kind of bootloader and report that there's no operating system at all.
A tell-tale sign is a wrong date and time in the BIOS — that means the CMOS battery has gone flat and every setting was wiped. Try switching the boot mode (and toggling CSM on or off), saving, and restarting. If that doesn't do it, set it back to how it was. Changing the mode doesn't touch your files.
Reseat the drive and its cables (desktops)
Power off, switch off at the wall, and open the side panel. For a SATA drive, unplug and firmly reconnect both the data cable and the power cable at each end — or try a different cable and motherboard port. For an M.2 SSD, remove the screw, reseat the drive in its slot, and refit. Then check the BIOS again.
On laptops, we'd suggest leaving this one to us unless you're comfortable opening the chassis. If the drive still doesn't show up after reseating, it has most likely failed.
Run Windows Startup Repair
If the drive is detected but still won't boot, Windows can often fix itself. Power the PC on and hold the power button to force it off as soon as the logo appears; do this three times and Windows should load the Automatic Repair screen. If it doesn't, boot from a Windows installation USB (made on another PC with Microsoft's Media Creation Tool) and choose Repair your computer.
Then go to Troubleshoot → Advanced options → Startup Repair and let it run. It may restart a few times.
Rebuild the bootloader from Command Prompt
If Startup Repair can't fix it, open Troubleshoot → Advanced options → Command Prompt. For most modern (UEFI) PCs, this single command rebuilds the boot files from your existing Windows install:
bcdboot C:\Windows
In recovery mode your Windows drive isn't always C:. Type dir C:\Windows first — if it says the path isn't found, try D:, E: and so on until you find it, and use that letter instead.
On older Legacy/BIOS installs, run these one at a time instead:
bootrec /fixmbr
bootrec /fixboot
bootrec /rebuildbcd
Type exit, restart, and check the boot order again. If bootrec /fixboot says “Access is denied”, your PC is almost certainly UEFI — use the bcdboot command above instead.
When to stop and bring it in
A reinstall of Windows will get most machines booting again — but it wipes the drive, so it should be the last resort, not the first. Stop and get it looked at if:
- The drive doesn't appear in the BIOS, even after reseating it.
- You hear clicking, grinding or repeated spin-up sounds.
- Startup Repair reports it can't repair the PC, or the commands above return errors.
- The error keeps coming back after it's fixed — a sign the drive is on its way out.
- There are photos, documents or business files on it that aren't backed up anywhere else.
On the bench we'll test the drive's health directly, recover your files if it's failing, and either repair the boot configuration or move everything to a new SSD — which usually leaves the machine faster than it was before it broke.
Still stuck on a black screen?
Open a ticket and we'll diagnose it on the bench — data first, no guesswork, no obligation.