A fully-charged Large Battery holds 24,000 rWm. Wired to a single Auto Turret, that’s 40 hours of runtime with zero incoming generation [4][5]. Wired to a base running two turrets and a SAM site, the same battery is empty in a little over five hours. Same battery, same starting charge — the difference is whether you did the math before you built, or found out the hard way when a raid hit at 3 a.m. and your turrets were already dead.
This guide is that math. Every generator’s real output, every consumer’s real draw, and the formula that turns those two numbers into a runtime you can plan around — plus three wired-and-tested circuit recipes scaled to solo, casual, and hardcore bases. Numbers are cross-checked against the official Rust Wiki and verified against the August 2026 “Power Trip” update, which changed what an Auto Turret costs to build but not what it costs to run [1][2][3][8][9]. If you haven’t wired anything yet, our Rust beginner’s guide covers what to loot before you touch a wire; this one picks up from there.
Quick Start: Your First Working Circuit in 5 Steps
- Place one Large Solar Panel facing open sky — shade from walls or foundations cuts its output.
- Wire the panel’s output directly into a Medium or Large Battery’s charge input.
- Wire the battery’s output into whatever you’re powering first — a Door Controller (1 rW) is the cheapest way to confirm the circuit works.
- Check the battery’s charge percentage in-game before adding a second consumer; an empty battery powering nothing tells you the panel side is broken.
- Once confirmed, add your Auto Turret (10 rW) as the next consumer — not before, since turrets are worth raiding for and you want the circuit proven first.
That’s a working circuit. Everything below explains why it works and how to scale it without your defenses browning out overnight.
How Rust’s Power Grid Actually Works
Rust measures electricity in rW (rust-Watts) for instantaneous flow and rWm (rust-Watt-minutes) for stored capacity — the game’s own units, not a real-world standard. The mechanism that trips up new players: power isn’t stockpiled like fuel in a tank. A generator produces rW every game-tick, that output travels through wire to whatever’s connected, and any surplus only gets stored if a battery is sitting in the path to absorb it. Disconnect the battery and wire a solar panel straight to a turret, and the turret works exactly as long as the sun does — the instant output drops below the turret’s draw, it stops, no memory of the day’s earlier surplus.
That’s the entire reason batteries matter: generation is intermittent (solar dies at night, wind dies when the air is still) but a turret’s draw is constant the moment something is in its line of sight. A battery is the buffer between an inconsistent income and a fixed expense.
Every Generator’s Real Output
Three generator types exist, and their outputs aren’t close to equal [1][3][4][5]:
| Generator | Output | Notes |
|---|---|---|
| Large Solar Panel | 0–20 rW | Peaks at 20 rW in direct daylight; drops to 0 rW at night or in shade |
| Wind Turbine | 0–150 rW | Scales with wind speed and height above the ground — mount it high |
| Small Generator | 40 rW constant | Runs on Low Grade Fuel regardless of weather or time of day |
For a new player, that table has one practical reading: a single solar panel can’t reliably run even one Auto Turret (10 rW) once you account for cloudy days and the ramp-up at dawn and dusk. A wind turbine mounted above your base’s roofline usually clears that bar with room to spare, which is why hardcore base builders lean on wind over solar despite the extra build cost — the ceiling is 7.5 times higher.
Every Component’s Real Draw
The consumer side of the budget, pulled from the official Rust Wiki and cross-checked against a datamined community power chart [1][2][4]:
| Component | Draw |
|---|---|
| SAM Site | 25 rW |
| Auto Turret | 10 rW |
| Search Light | 10 rW |
| Elevator | 5 rW |
| CCTV Camera | 3 rW |
| Electric Furnace | 3 rW |
| Ceiling Light | 2 rW |
| Door Controller | 1 rW |
| HBHF Sensor | 1 rW |
Patch clarification: the August 2026 “Power Trip” update raised the Auto Turret’s crafting cost from 10 to 25 High Quality Metal [8]. That’s a build-cost change, not a power change — the turret still draws 10 rW, confirmed directly on the current Rust Wiki [1]. If you’ve seen “25” attached to Auto Turrets in an older guide or a Reddit thread, check whether it’s talking about the metal cost or the power draw; those are two unrelated numbers that happen to look alike post-patch, and mixing them up is the single most common electricity mistake we found while researching this guide.

The Power Budget Formula: Will Your Base Survive the Night
Once you know a battery’s capacity (rWm) and your total draw (rW), the math is one division: capacity ÷ draw = runtime in minutes, assuming zero incoming generation. That’s your worst case — dead calm, no sun, generator hasn’t been refueled.
Battery capacities, also confirmed against the official numbers [4][5]:
| Battery | Capacity | Max output |
|---|---|---|
| Small | 400 rWm | 15 rW |
| Medium | 9,000 rWm | 50 rW |
| Large | 24,000 rWm | 100 rW |
Run the formula on two real setups:
Single turret, Large Battery: 24,000 ÷ 10 = 2,400 minutes, or 40 hours — nearly zero risk, even skipping charging for two full nights on a default ~15-minute night cycle [10].
Two turrets + one SAM Site, Large Battery: draw is 10+10+25 = 45 rW, so 24,000 ÷ 45 = 533 minutes, about 8.9 hours. Scale to four turrets plus a SAM Site (65 rW) and the same battery drains in under 6.2 hours. Either number comfortably clears a 15-minute night, which is the point: night length is rarely the real constraint. The actual risk is a multi-hour dead-calm stretch or a cloud bank sitting over your base while generation drops toward zero and the battery is the only thing keeping your defenses live.
Budget for that worst-case gap, not the average day.
Circuit Building Blocks
Five components turn a single wire run into an actual electrical system [6][7]:
- Root Combiner — merges two power sources into one output. Works only with Large Solar Panels and Wind Turbines connected directly; wiring a battery into one drains it continuously, so never combine a battery through this component.
- Splitter — divides its input equally across however many of its three outputs are active. Simple, but you can’t send more power to one branch than another.
- Electrical Branch — diverts a set amount off a main line while the rest continues on. Use this over a splitter when one consumer needs a specific, uneven share.
- Blocker — fully stops flow when it receives a signal on its blocking port, and critically does not drain a battery while blocked. This is what protects a solar-charged battery from powering something unnecessary overnight.
- Logic gates (AND / OR / XOR) — AND passes power only when both inputs are live; OR passes power when either is; XOR passes power only when exactly one is, cutting out if both are active at once. These let a circuit react to conditions instead of running on a flat always-on line.
Wire runs are capped at 30 meters or 16 pinned points per run [6], so a base spanning more than that needs a combiner or relay partway through — plan wire paths before building, not after.

Three Ready-Made Circuit Recipes
Pick based on where you are in the wipe and what you’re defending:
| Player type | Priority | Recipe |
|---|---|---|
| New / solo-duo, day 1–2 | Get one turret working reliably, cheaply | Recipe 1 |
| Casual, established base | Always-on turrets + lighting without daily fuel runs | Recipe 2 |
| Hardcore / farm defense | Turret + SAM coverage that survives extended dead-calm stretches | Recipe 3 |
Recipe 1 — Solo/duo starter: two Large Solar Panels → Root Combiner (up to 40 rW combined peak) → Medium Battery → one Auto Turret + one Door Controller (11 rW draw). Cheap, no fuel to manage, and the combiner means one shaded panel doesn’t kill the whole circuit.
Recipe 2 — Casual base: one elevated Wind Turbine → Large Battery → two Auto Turrets + three Ceiling Lights + one Door Controller (27 rW draw). A turbine mounted well above your roofline typically clears this with margin even on a calm day, well below its 150 rW ceiling — test your specific placement, since elevation and local wind vary.
Recipe 3 — Hardcore/optimizer: two Wind Turbines → Root Combiner → two Large Batteries (split load) → two Auto Turrets + one SAM Site (45 rW draw), with a Blocker gating non-essential lighting so it draws nothing during a low-generation stretch. This is the recipe that needs the runtime math above — 45 rW against 48,000 rWm of combined capacity buys roughly 17.8 hours of zero-generation runtime, covering essentially any dead-calm stretch between refuels. Pair it with our raid defense formula to check whether that loadout actually prices raiders out at your base tier, and our base design breakdown for where to route the wire.

Common Mistakes That Kill Your Base’s Power
- Wiring a battery into a Root Combiner. The combiner treats it as a continuous drain source, not storage — you’ll watch a full battery empty for no reason.
- Sizing a circuit for daytime output instead of the worst-case gap. A setup that balances fine at noon can still run a battery dry during a three-hour overcast stretch if the battery was undersized for that scenario in the first place.
- Running a SAM Site off the same small battery as your turrets with no headroom. At 25 rW, a SAM Site alone needs more than a Small Battery’s 15 rW max output can even deliver — the site will brownout the instant a raid starts drawing on the same line.
- Ignoring the 30-meter wire limit and running a single unbroken line across a large base, then wondering why the far end never connects [6].
FAQ
Does a battery charge and discharge at the same time? Yes — net flow is what matters. If your generator produces more than your consumers draw, the surplus charges the battery; if consumers draw more, the battery makes up the difference until it’s empty. Because storage isn’t perfectly efficient, oversizing your generation slightly rather than running it exactly break-even is the safer default.
Why did my turret’s cost go up but its power draw didn’t? The August 2026 Power Trip update changed the Auto Turret’s crafting cost (10 → 25 High Quality Metal), not its electricity draw, which is still 10 rW [1][8]. Treat any source quoting “25” for turret power as either outdated or conflating the two numbers.
Can I run a SAM Site off one solar panel? No. A Large Solar Panel peaks at 20 rW; a SAM Site needs 25 rW continuously to stay armed. Even in perfect midday sun you’re 5 rW short, and that gap only widens as the sun moves — a SAM Site needs a battery or a second generator in the mix, not a single panel.
Is wind or solar better for a defense circuit? Wind wins on ceiling (150 rW vs. 20 rW) and uptime, since it doesn’t zero out at night, which is why hardcore setups favor it despite the extra base-height requirement. Solar wins on simplicity and up-front build cost for a first turret, which is why Recipe 1 above leads with it. Pick wind once you’re defending more than a single turret’s worth of load.
Key Takeaways
Budget before you build: know your generator’s real output, your consumers’ combined draw, and divide your battery capacity by that draw to get a runtime you can trust — not a guess based on how the base felt during a sunny afternoon. Start with Recipe 1 if you’re new, move to Recipe 2 once you’ve got a stable base, and only reach for Recipe 3’s dual-turbine SAM setup once you’re actually defending something worth that build cost. Verify the numbers above against your current wipe’s patch notes before committing scrap to a design — draw values have stayed stable through August 2026’s Power Trip update, but Facepunch has changed them before.
Sources
- [1] Auto Turret — Rust Wiki (Facepunch)
- [2] SAM Site — Rust Wiki (Facepunch)
- [3] Small Generator — Rust Wiki (Facepunch)
- [4] Rust Power Usage Chart — Rustly
- [5] The RUST Electrical Handbook — Rustrician.io
- [6] Electricity in Rust: Get Charged Up! — Rustafied
- [7] The RUST Electricity Guide — Corrosion Hour
- [8] Rust Power Trip Update: What Changed — PropBuilds
- [9] Rust August 2026 Wipe (Power Trip Update) — BisectHosting
- [10] How Long Is Night in Rust? — Physgun
I've been playing video games for over 20 years, spanning everything from early PC titles to modern open-world games. I started Switchblade Gaming to publish the kind of accurate, well-researched guides I always wanted to find — built on primary sources, tested in-game, and kept up to date after patches. I currently focus on Minecraft and Pokémon GO.
