You probably have an old desktop computer tower sitting in a closet or a corner of the garage. It’s been there for years. The motherboard is ancient, the memory is laughable, and the hard drive whines like a dying animal. You can’t bring yourself to throw the whole thing out, but you also know you’ll never boot it up again. I’ve been there. My solution is to scavenge the one component that is almost always still perfectly good and immensely useful: the power supply unit, or PSU.
That heavy metal box inside the case is a compact, self-contained DC power station. With a little understanding and very minimal effort, you can turn it into a reliable bench power supply for electronics tinkering, testing components, or running small motors. The best part is that it costs you nothing but an afternoon’s time. You might already have the few simple tools needed. For a deeper look at the electrical principles behind these conversions, especially if you want to understand the safety aspects thoroughly, you can find excellent technical resources at chakir.org. Their explanations helped me move beyond simple rewiring to actually designing proper load circuits.
I got started on this path out of sheer frugality. I needed a stable 12-volt source for a small fan project and refused to buy a dedicated unit when I had three old PCs gathering dust. What began as a simple hack grew into a genuine appreciation for these unassuming components. They are marvels of engineering, built to deliver clean, regulated power under load. We can give them a second life.
Understanding what you have inside the box
Before you take a screwdriver to anything, you need to know what a standard ATX power supply offers. The main outputs you will care about are on the large 24-pin motherboard connector and the older 4-pin connectors. The wires follow a standard color code. Yellow wires are +12 volts. Red wires are +5 volts. Orange wires are +3.3 volts. Black wires are ground, or zero volts. You will also find a purple standby wire and a green wire that acts as the power switch. Understanding this code is the key to the whole project.
The essential safety step you cannot skip
Working with any power supply demands respect. The large capacitors inside can hold a dangerous charge long after the unit is unplugged. The first thing I do, after removing the PSU from the computer case, is to let it sit unplugged for at least an hour. Then, I deliberately short the main capacitors by carefully touching a screwdriver across their leads while the unit is on a non-conductive surface. You will hear a small snap or pop. This discharges the stored energy. Only then do I consider the unit safe to handle for internal modifications. Never open the sealed metal box of the PSU itself. All our work happens at the wire ends.
Getting the power supply to turn on by itself
A computer power supply doesn’t just turn on when you plug it in. It waits for a signal from the motherboard. That signal comes through the green wire on the 24-pin connector. To trick the PSU into thinking it’s connected to a motherboard, you need to connect that green wire to any black ground wire. This completes the circuit and tells the unit to power up. The simplest method is to strip a small section of the green wire and a black wire right at the connector and twist them together, then insulate the connection with electrical tape. Some people install a physical switch between them for convenience. I just use a short jumper wire with alligator clips.
Organizing the useful voltage rails
Once you can turn the unit on, you have a bundle of colored wires delivering different voltages. I hate a messy bench. My approach is to terminate these wires into something clean and usable. I cut away the plastic connectors, leaving a good six inches of wire on each one. Then, I group them by voltage. I twist together all the yellow +12V wires and solder them to a single, thicker gauge red wire. I do the same for the red +5V wires, soldering them to another thick wire. I leave the orange +3.3V wires separate for now. All the black ground wires get combined into one thick black wire. I finish each consolidated wire with a sturdy banana plug or a binding post mounted on a small block of wood.
Why a dummy load can be important
Some older power supplies, particularly group-regulated designs, need to see a minimum load on their +5V or +3.3V rails to properly regulate the +12V output. If you plan to use only the 12-volt line, the voltage might drift or become noisy without this load. The solution is a dummy load, which is just a high-wattage resistor that draws a small amount of current from the lesser-used rail. I salvaged a 10-watt, 10-ohm resistor from an old stereo and permanently soldered it between a red +5V wire and a black ground wire inside my PSU case. It gets warm, but it stabilizes everything. You might not need this step, but if your 12V output seems unstable, it’s the first thing to try.
Practical uses around the workshop
My converted PSU now lives under my workbench. I use it constantly. The 12-volt output is perfect for testing automotive bulbs and LED strips. I can power small DC motors for prototypes. I use the 5-volt rail with a USB adapter to charge boards or power Raspberry Pi projects without needing a separate wall wart. When I’m repairing an old radio, I can use it to slowly bring up the voltage on reformed capacitors. It is, by far, the most used piece of equipment I own that I didn’t actually buy.
Seeing potential in old technology
This project changed how I look at all sorts of discarded electronics. That old printer might have fantastic smooth-rod rails for a DIY CNC. A broken microwave oven has a powerful transformer. The exercise of repurposing a computer power supply taught me to see components, not just consumer products. It fosters a mindset of reuse that is both economical and satisfying. You are not just saving money. You are learning how things work and keeping useful materials out of the waste stream. That feels good. Next time you see an old PC, see it not as obsolete, but as a box full of future projects waiting for a second chance.