The Computer BasicsPlain answers, without the guesswork

Inside the Machine

Inside the Machine

What a Computer Needs to Start: CPU, RAM, Storage and Graphics

Which components a machine needs to power on, which it needs to boot, and what happens when each one is missing — tested one at a time.

"Will it turn on without X" is really two questions, and separating them explains most of what people find confusing.

Powering on means fans spin, lights come on, current flows.

Booting means the machine gets far enough to do something useful — check its own hardware, find an operating system, and load it.

A computer can power on while being completely unable to boot, which is why a machine that "turns on but does nothing" is such a common description.

The startup sequence, briefly

Understanding the order explains every symptom below.

1. Power supply delivers current and signals that voltages are stable.

2. The motherboard's firmware starts, running from a chip on the board itself.

3. It initialises and tests the processor and memory.

4. It looks for a display output so it can report anything.

5. It checks other hardware and reports faults by beep code or diagnostic LED.

6. It looks for a bootable drive and hands over to the operating system.

Each component becomes necessary at a different point, which is exactly why the symptoms differ.

Without a processor

It will not boot, and on most systems it will barely power on.

Modern motherboards will not complete the power-on sequence without a processor present. Some will spin fans briefly and stop; some do nothing at all.

No display, no beeps in most cases, because the firmware that would produce them runs on the processor.

A diagnostic LED for CPU staying lit is the clearest indicator on boards that have them.

In practice this appears when: the processor is not seated correctly, a socket pin is bent, or the CPU power connector — a separate connector from the main one — was not plugged in. That last one is extremely common in first builds.

Without memory

It powers on and does not boot.

Fans spin, lights come on, and nothing appears on screen.

This is where beep codes are most useful. Most motherboards have a specific pattern for no memory detected, and it is one of the few codes worth memorising.

On boards with diagnostic LEDs, the memory light stays lit.

Common causes: modules not fully seated — they need firm pressure until both clips engage — modules in the wrong slots, or incompatible memory.

Slot order matters. Two modules in a four-slot board usually go in specific slots, and the manual says which. The wrong pair produces exactly this symptom.

Without storage

It powers on and boots partway.

The firmware runs, the display works, and then you get a message about no bootable device found, or it drops into the firmware setup.

This is a very different symptom from the two above, and it is good news — it means the processor, memory and graphics are all working.

Can a computer run without a drive at all? Yes, in specific ways: booting from a USB stick, booting over a network, or running a live operating system entirely from removable media. That is how technicians diagnose machines with failed drives.

Causes when unexpected: cable not connected, the drive not detected in firmware, boot order pointing at the wrong device, or a failed drive.

Check the firmware first. If the drive does not appear there, the problem is physical — cable, power, or the drive itself. If it appears but does not boot, the problem is the operating system or the boot configuration.

Without graphics

Depends entirely on your processor.

With integrated graphics: it boots and displays normally through the motherboard's output.

Without integrated graphics and no card: it powers on, may boot fully, and you see nothing. The machine may be running perfectly with no way to tell.

Some processors have no integrated graphics. Check your exact model before assuming.

And the most common mistake: with a card installed, the motherboard outputs are usually disabled. Plugging the monitor into the motherboard produces no display even though everything is working. See graphics card problems.

Reading the symptom

What happens Where to look
Nothing at all, no fans Power supply, power connectors, switch, wall socket
Fans spin, stop after a second Processor power connector, short circuit, standoff behind the board
Fans spin, no display, beeps or LED Read the code — usually memory or graphics
Display works, "no bootable device" Storage, cable, or boot order
Boots fully, no display Monitor plugged into the wrong output

The single most useful thing to establish: does anything appear on screen? If yes, the processor, memory and graphics are all working, and the problem is further along. If no, it is one of those three.

Testing one at a time

The method that finds it.

Reduce to the minimum: motherboard, processor, one memory module, power supply, and graphics if required. Nothing else — no extra drives, no additional cards, no front panel connectors except the power switch.

If it posts, add one component at a time, testing between each. The one that breaks it is the fault.

If it does not post, you are down to five items and each can be swapped or tested individually.

Test outside the case if you suspect a short circuit. A misplaced standoff behind the motherboard produces a machine that starts and immediately stops, and it is invisible while assembled.

Reseat everything before concluding anything is faulty. Partly seated components are the cause more often than dead ones.

What people get wrong

Assuming no display means no power. The machine may be running.

Assuming beeping is bad news. It is the machine telling you where to look, which is better than silence.

Changing several things at once, then not knowing which mattered.

Buying a replacement before testing. A borrowed component or a test in another machine costs nothing and settles it.

Forgetting the CPU power connector. Separate from the main motherboard connector, easy to miss, and it produces the fans-spin-then-stop symptom that people misread as a dead board.

The short version

Powering on and booting are different. A machine can do the first and not the second.

No processor: barely powers on. No memory: powers on, no display, beeps. No storage: boots partway, then "no bootable device". No graphics: depends on your processor.

If anything appears on screen, the processor, memory and graphics are working — that single observation eliminates most of the possibilities.

Reduce to the minimum, then add one component at a time.

And check the separate CPU power connector, which is the most commonly missed thing in a machine that starts and immediately stops.

For hardware identification, repair and teardown references, see iFixit PC guides.