Hey friend, if you have ever dealt with a power outage and wished for a quick way to keep a light or small device running, building a 100-watt inverter could be just the project for you. I have put together plenty of these in my time as an electronics engineer, and they are straightforward to assemble with basic parts. The circuit diagram we are looking at here, which seems hand-drawn and simple, turns 12V DC from a battery into a 220V AC output capable of handling up to 100 watts. It is perfect for emergency lighting or powering a fan when the grid goes down. In this guide, I will break down the schematic, list out the components, walk you through the build process, and share some tips to make sure it works reliably. Let’s get into it.
What Makes a 100-Watt Inverter Useful?
Before we dive into the details, let’s talk about why you might want one. An inverter takes direct current, like from a car battery or solar panel, and converts it to alternating current that most household gadgets use. This 100-watt version is not meant for heavy loads like refrigerators, but it handles things like LED bulbs, phone chargers, or a small radio without breaking a sweat. I have used similar setups during camping trips or in workshops where power is spotty. The beauty of this design is its simplicity. It skips fancy microcontrollers and sticks to core components, making it affordable and easy to troubleshoot. If you are new to power electronics, this is a great starting point to learn about switching and transformers.
Breaking Down the 100-Watt Inverter Circuit
Looking at the schematic, it is a classic push-pull inverter design. The core idea is to switch the DC input rapidly to create an AC waveform, then step it up with a transformer. Here is a close analysis of how it all fits together.
The input starts with a 12V DC source, connected to positive and negative terminals. This could be a lead-acid battery or even a power supply for testing. The voltage feeds into the primary side of the transformer through two main switches: IRF75N75 MOSFETs. These are N-channel power transistors that can handle decent current and voltage, making them ideal for this power level.
Each MOSFET has its gate connected via a pair of 220-ohm resistors. Why two? It helps divide the voltage and provides some protection against spikes. The resistors form a simple oscillator network with the transformer’s windings, causing the MOSFETs to turn on and off alternately. This alternation creates a square wave on the primary side. The frequency is not precisely controlled here, but it usually lands around 50-60 Hz, close enough to standard AC for basic loads.
The transformer is a 12-0-12 volt center-tapped model rated at 5 amps. The “0” is the center tap, which connects to the positive 12V rail. The two 12V windings alternate with the MOSFET switching, pushing current one way then the other. On the secondary side, it steps up to 220V AC. The output is shown connected to a 100-watt bulb, which is a good test load since it is resistive and forgiving.
There are also 100-ohm resistors in series with the battery connections. These limit inrush current and add a bit of stability, preventing the circuit from drawing too much at startup. Diodes might not be explicitly shown, but in practice, I always add reverse protection diodes across the MOSFETs to handle inductive kicks from the transformer.
Overall, this circuit is efficient for its size, probably around 80-90% under light loads, but it generates heat in the MOSFETs and transformer. The waveform is square, not sine, so it is best for non-sensitive devices. If you need a pure sine wave for electronics like laptops, you would have to add more stages, but that complicates things.
Let me sketch out the signal flow quickly. Power on: Current flows through one MOSFET, magnetizing the transformer one way. The feedback through the resistors turns it off and switches to the other MOSFET, reversing the field. This back-and-forth builds the AC. Simple, right? But watch the power ratings; exceeding 100 watts could fry the components.

Key Components You Will Need
To build this, gather these parts. I have included approximate costs based on what I see online, but shop around for deals.
- Transformer: 12-0-12V, 5A center-tapped. This is the bulkiest part, around $10-15. Make sure it is rated for at least 100VA to handle the load.
- MOSFETs: 2 x IRF75N75 (or equivalents like IRFZ44N). These cost about $1 each. They need heatsinks if you plan to run at full power.
- Resistors: 4 x 220 ohms (1/4 watt), 2 x 100 ohms (1 watt). Pennies each, but get carbon film for reliability.
- Battery: 12V, at least 7Ah lead-acid. A car battery works for testing, but a smaller one is portable.
- Output Socket: A standard AC outlet or bulb socket for testing.
- Miscellaneous: Wires, PCB or perfboard, heatsinks, fuse (5A on the DC side), and a switch.
- Tools: Soldering iron, multimeter, oscilloscope, if you have one for waveform checking.
Total cost? Under $30 if you have some scraps lying around. I always recommend buying extras for the MOSFETs since they can blow if mishandled.
Step-by-Step Guide to Assembling the Inverter
Alright, let’s build it. I will assume you have basic soldering skills. If not, practice on scrap first.
- Prepare the Board: Use a perfboard or etch a simple PCB. Lay out the components with space for the transformer leads. Mount the MOSFETs on heatsinks right away to avoid overheating during tests.
- Wire the Transformer Primary: Connect the center tap (0) to the positive 12V from the battery. The two outer 12V leads go to the drains of the MOSFETs. Sources of both MOSFETs connect to the negative battery terminal via the 100-ohm resistors.
- Set Up the Gate Network: For each MOSFET, connect two 220-ohm resistors in series from the gate to the opposite MOSFET’s drain. This cross-coupling creates the oscillation. Double-check polarity; gates are sensitive.
- Add Protection: Solder a 1N4007 diode across each MOSFET (cathode to drain, anode to source) to clamp flyback voltages. Fuse the positive battery lead for safety.
- Connect the Output: Wire the secondary transformer leads to your AC output. Start with a 100-watt incandescent bulb as a load; it is safer than plugging in random devices.
- Initial Testing: Hook up the battery without the load first. Use a multimeter to check for 12V at the inputs. Power on—if all is well, you should hear a faint hum from the transformer. Measure the output; aim for around 220V AC. Then connect the bulb and watch it light up.
- Fine-Tuning: If the frequency is off (bulb flickers too much), tweak the resistor values slightly, say to 200 or 240 ohms. Monitor temperatures; anything over 60°C needs better cooling.
- Enclosure and Finishing: Box it in a metal or plastic case with vents. Add a power switch and LED indicator (simple resistor-LED across the DC input). Label inputs and outputs clearly.
The whole build might take an afternoon if you are organized. I remember my first one took longer because I mixed up the transformer taps—lesson learned.
How the Circuit Performs in Real Use
In my tests with similar designs, this inverter runs a 100-watt bulb steadily for hours on a charged battery. Efficiency drops at lower loads, but that is normal for square-wave types. For calculations: Power output is roughly input voltage times current minus losses. With 12V in and 5A transformer, you get about 60W raw, but stepping up gives the 100W at 220V. Battery life? A 7Ah battery might last 30-45 minutes at full load, so size up for longer runtime.
If you want upgrades, consider adding a low-battery cutoff with a comparator like LM358 to prevent deep discharge. Or, for a better waveform, integrate a sine wave generator using a 555 timer, but that adds complexity.
Common Issues and How to Fix Them
No project is without hiccups. Here are some I have seen:
- No Oscillation: Check resistor connections; they must cross properly. Measure gate voltages—they should toggle.
- Overheating MOSFETs: Add larger heatsinks or a fan. Ensure the load does not exceed 100W.
- Dim Output: Battery voltage sagging? Charge it fully. Or, the transformer is not rated high enough.
- Buzzing Noise: Normal for square waves, but if excessive, dampen with capacitors across the output (100nF ceramic).
- Blown Fuses: Short somewhere—inspect wiring with the power off.
Always test in stages. I once fried a MOSFET by reversing polarity; now I always use a current-limited supply for first power-up.
Safety First: What You Need to Know
Electricity can be dangerous, especially at 220V. Wear insulated gloves when handling live parts. Never touch the output while powered. Use a ground fault interrupter if possible. For the DC side, avoid shorting the battery—it can spark or explode. If you are building for others, add warnings. And remember, this is not for medical devices or anything critical; it is a hobby project.
Why Build Your Own Instead of Buying?
Sure, you can grab a cheap inverter online, but building teaches you the ins and outs. You can customize it—maybe add solar input or multiple outputs. Plus, it is satisfying to see your creation power a light during a blackout. In my experience, homemade ones are more repairable too.
Wrapping It Up
There you have it, friend—a complete rundown on building and understanding this easy 100-watt inverter. From the IRF75N75 MOSFET switches to the center-tapped transformer, it is a solid design for beginners and pros alike. If you follow the steps, you will have a working unit in no time. Got questions or tweaks? Drop a comment below; I love hearing about your builds. Check out our other guides on a2ahelp.com for more electronics fun, like amplifiers or sensors. Stay powered!