A folder with a flashing question mark is one of the few Mac startup screens that says exactly what it means, once you know how to read it. Apple’s support documentation states that it “means that your computer’s startup disk is no longer available or doesn’t contain a working Mac operating system.” That is the whole message. It is not a virus, not a corrupted app, and not something a reinstall of an application will touch. Your Mac powered on, ran its firmware, went looking for a system to boot, and found nothing it could use.
What that single sentence hides is that the disk being “no longer available” covers a wide range of situations — a startup disk setting that got cleared, an external drive that was unplugged, a filesystem that needs repair, and a drive that has physically failed all produce the same blinking icon. The screen cannot distinguish between them. You have to.
Two different problems, one identical screen
Before doing anything, notice how long the question mark stays. Apple’s documentation splits its advice along exactly this line, though it is easy to skim past.
If the question mark appears briefly and then your Mac starts up normally, the system is fine. Your Mac simply didn’t know where to look first, spent a few seconds searching, found a valid system anyway, and booted from it. Apple’s guidance here is narrow: make sure your startup disk is selected in Startup Disk settings, found under System Settings > General > Startup Disk. Nothing is broken. A setting is blank.
If the question mark flashes indefinitely and never resolves, that is the real failure. No bootable system was found at all, and no amount of waiting will change it. This is the case that sends you to Recovery.
Treating these as the same problem is how people end up erasing a perfectly healthy drive over what was a one-line setting. The distinction costs nothing to check and rules out the most destructive path.
Identify your Mac before you press any keys
This is the step most write-ups skip, and skipping it is why so much question-mark advice simply doesn’t work. A large amount of the troubleshooting material online still teaches the Intel startup keys — hold Option to pick a disk, hold Command-R for Recovery, hold D for diagnostics — without mentioning that none of those key combinations do anything on an Apple silicon Mac.
That isn’t an opinion about which method works better. Apple’s “Mac startup key combinations” page files Command-R, Option, Option-Command-P-R, Shift, and D under a heading that reads, in Apple’s own words, “Key combinations for an Intel-based Mac.” The Apple silicon section of that same page describes one action and no key combinations at all: hold the power button as the Mac starts up, and release when the startup options screen appears.
So the first question is which processor you have. Every Mac on Apple’s macOS Tahoe 26 compatibility list uses Apple silicon except four: MacBook Pro (16-inch, 2019), MacBook Pro (13-inch, 2020, Four Thunderbolt 3 ports), iMac (Retina 5K, 27-inch, 2020), and Mac Pro (2019). If your Mac is an M-series machine — M1 through M5, or the A18 Pro in the MacBook Neo — the Intel keys are not merely discouraged. They are inert.
| Task | Apple silicon | Intel |
|---|---|---|
| Reach Recovery | Hold power button, click Options, click Continue | Power on, immediately hold Command-R |
| Choose a startup disk | Hold power button; disks appear on the same screen | Hold Option for Startup Manager |
| Run Apple Diagnostics | Hold power button to Options, then hold Command-D | Power on, hold D (or Option-D) |
| Reset NVRAM | No published key combination | Option-Command-P-R |
That last row deserves a note, because Apple’s own question-mark page ends with the advice to reset NVRAM if selecting the startup disk doesn’t help. Option-Command-P-R appears only in the Intel section of the startup key combinations page — there is no equivalent published shortcut for Apple silicon. If you are on an M-series Mac and reading a page that tells you to reset NVRAM, that instruction has no key to press behind it. Skip it and move to Recovery.
Reaching Recovery on an Apple silicon Mac
Shut the Mac down completely first. If it won’t shut down normally — and a machine stuck on a question mark often won’t — hold the power button for up to ten seconds until it turns off. On laptops with Touch ID, the Touch ID button is the power button.
Now press and hold the power button again and keep holding. The Mac turns on and loads startup options. Release only when you see “Loading startup options” or the Options icon — letting go at the Apple logo is the most common way this attempt fails, because the firmware reads a short press as an ordinary boot and sends you straight back to the question mark. Then click Options, then Continue.
This one screen is doing double duty, which is worth understanding. It is both the Recovery entry point and the startup disk picker. Any bootable volume your Mac can see is drawn right there next to the Options gear. That fact alone is diagnostic: if your internal drive appears on this screen but the Mac still boots to a question mark, the hardware is being detected and the problem is with the system on it or the setting pointing at it. If the drive does not appear at all, you have a much more serious problem, covered further down.
Reaching Recovery on an Intel Mac
Press and release the power button, then immediately hold Command-R. Keep holding until an Apple logo or a spinning globe appears. Press the keys together rather than in sequence, and give an external keyboard a few seconds to be recognized before pressing anything. Apple recommends the built-in keyboard on laptops, and a wired keyboard over a wireless one where possible. A keyboard made for a PC may not register these combinations at all.
A spinning globe instead of an Apple logo means the Mac could not start from its built-in Recovery system and has fallen back to Internet Recovery, downloading Recovery over the network. That is a meaningful signal on its own: the recovery partition is unreadable too, which points at the whole disk rather than just the system volume.
Before Recovery, one intermediate step is worth taking on an Intel Mac: hold Option instead of Command-R to reach Startup Manager. It shows every volume the Mac considers bootable. If your internal drive is listed, select it and boot. If it starts up from there, the disk and system are both fine and only the startup disk setting was wrong — set it properly in Startup Disk settings so it sticks.
What Apple’s actual repair sequence is
Once you are in Recovery, Apple’s documented order is short, and the order matters — each step is a decision point, not a checklist to run end to end.
- Open Disk Utility and run First Aid on the startup disk.
- If Disk Utility finds no errors, or finds and repairs all of them, restart from the Apple menu. If the Mac boots, you are done.
- If the question mark returns after that restart, go back into Recovery and reinstall macOS. A reinstall from Recovery keeps your files in place — it replaces the system, not the data.
- Only if Disk Utility finds errors it cannot repair does Apple direct you to erase the disk and then reinstall.
Erasing is step four, not step one. It appears in Apple’s sequence only after a repair attempt has failed on a disk that is still visible. Any guide that opens with “erase and reinstall” has skipped the two steps that would have saved the data.
One caution about reinstalling on an Intel Mac: the key combination used to enter Recovery determines which macOS version gets offered. Command-R, Option-Command-R, and Shift-Option-Command-R install different versions, so the choice of keys is not cosmetic.
Checking the disk from Recovery’s Terminal
Disk Utility’s graphical view sometimes hides volumes that are genuinely present but unmountable. Terminal is available in Recovery from the Utilities menu in the menu bar, and it answers the only question that really matters at this stage: does the firmware see the physical disk?
diskutil list
Read the output for a physical device — typically disk0 — with a size matching the drive you expect. If the internal drive shows up here with its correct capacity but its volumes look wrong, missing, or unmountable, that is a filesystem problem, and Disk Utility’s repair and reinstall path is the right one.
For a Mac using APFS, which every Mac running macOS Tahoe 26 will be, the container structure is easier to read with:
diskutil apfs list
An APFS container with no volumes inside it, or a container that doesn’t appear at all on a disk that diskutil list can see, tells you the drive is electrically alive but its contents are gone. That distinction — hardware detected, data structure missing — is what separates a reinstall from a repair shop.
Is it the external drive?
If your startup disk is an external device, the question mark often has nothing to do with the Mac. Apple’s guidance is to check the external drive’s cable, connections, and power before assuming anything else. A drive that spins up more slowly than the Mac’s boot sequence, a bus-powered enclosure that browns out, or a cable that has quietly gone bad all produce a question mark that looks identical to a dead internal disk.
The same logic applies to anything else plugged in. Apple’s instruction is to shut down, unplug all nonessential devices, and try once more. A single external drive left connected can be enough to redirect the boot search.
When it stops being a software problem
There is a clear line in Apple’s documentation, and it is worth quoting the condition precisely rather than guessing at it. If your startup disk doesn’t appear in Disk Utility at all, or if Disk Utility reports that the erase process failed, Apple states plainly that your Mac or startup disk might need service.
That is the boundary. A disk that cannot be listed cannot be repaired, reformatted, or reinstalled onto by any command you type — there is nothing on the other end to write to. On current Apple silicon Macs the storage is not a user-replaceable part, so this is a repair, not a parts swap you can do at a desk.
Before accepting that conclusion, Apple Diagnostics is worth running, because it tests the hardware independently of whether any system is installed. On Apple silicon, hold the power button until the startup options screen appears, then hold Command-D. On Intel, hold D at startup, or Option-D to run it over the internet. Disconnect everything except keyboard, mouse, display, Ethernet, and power first, or you will be testing the peripherals along with the Mac.
If Recovery itself won’t load
A question mark that leads to a Recovery attempt that also fails is a different situation again. On an Intel Mac falling back to Internet Recovery, a spinning globe with a warning symbol means Recovery could not be downloaded. Apple attributes this screen and its numbered errors — including -2001F, -2002F, and -2003F — to network or internet connection problems rather than to the disk. If you land there, the drive may still be fine and the network is the thing to fix; the -2003F recovery mode walkthrough covers that path in detail. Trying Ethernet instead of Wi-Fi, and trying each of Command-R, Option-Command-R, and Shift-Option-Command-R in turn, is Apple’s own suggested response.
When a Mac cannot start from its internal Recovery and cannot reach Internet Recovery either, the remaining route is to revive or restore its firmware from a second Mac using Apple Configurator, which is a different procedure with different requirements — covered in the Apple Configurator recovery guide.
The useful thing about the question mark, in the end, is how early it appears. It shows up before macOS loads, which means it tells you something about firmware and storage and nothing about your files, your settings, or anything you installed. Most of the fixes that circulate for it are aimed at the wrong layer entirely. Work out which processor you have, watch whether the icon flashes briefly or forever, and check whether the disk still lists — those three answers narrow the entire problem down to one path.