An offline UPS (also known as a standby UPS) routes mains power directly to the load until a grid failure occurs, at which point an internal transfer relay switches to the battery-fed inverter within 4 to 8 milliseconds. It is the most cost-effective and energy-efficient topology for non-critical IT loads like home routers, network switches, and basic desktop PCs. If you are building a custom backup power path or spec'ing a commercial unit, understanding the exact transfer mechanics and battery derating factors is the difference between a seamless failover and a rebooted network stack.
System Block Flow: Source to Load in an Offline Topology
Unlike double-conversion (online) systems that constantly regenerate AC power, an offline UPS operates in a passive standby mode. Here is the exact block path from source to load:
- AC Mains Input: Grid power enters the chassis and passes through an EMI/RFI filter and a surge suppression MOV array.
- Transfer Relay: The filtered AC hits a double-throw electromechanical relay. During normal operation, the relay is in the Normally Closed (NC) position, passing mains directly to the output receptacles.
- Parallel Charge Path: A small internal battery charger (typically 1A to 2A) taps the input AC to maintain a float charge on the internal battery bank.
- Inverter Standby: The DC-to-AC inverter remains powered off or idling in a low-power state to minimize heat and conversion losses.
- Failure Detection & Transfer: When the mains voltage drops below the under-voltage threshold (usually ~90V AC), the control circuit drops the relay. The relay switches to the Normally Open (NO) contact, connecting the load to the inverter.
The critical metric here is transfer time. Mechanical relays take 4 to 8 milliseconds to physically break and make contact. Modern ATX computer power supplies and server-grade AC/DC bricks are designed to ride through a 16-millisecond dropout (the "hold-up time" defined by the ATX specification). Therefore, an 8ms offline transfer is perfectly safe for IT equipment, but it will cause a brownout reset for sensitive audio gear, medical devices, or heavy inductive motor loads.
Sizing the Inverter and Battery Bank (With Math)
Let's size a backup system for a practical home lab load: two Wi-Fi routers (30W total), a 24-port PoE switch (150W), and a 4-bay NAS (80W). Total continuous load: 260W. We want a 2-hour runtime.
Inverter and Charger Sizing
Inverters are not 100% efficient. A typical pure sine wave inverter operates at about 85% efficiency at half-load.
DC Power Required: 260W / 0.85 = 305W.
Next, we must account for relay inrush and capacitor charging surges when the transfer happens. Add a 25% surge margin: 305W × 1.25 = 381W minimum inverter rating. For a commercial off-the-shelf offline unit, you would select a 600VA / 360W model (which is slightly under-sized for surges) or step up to a 1000VA / 600W unit like the Tripp Lite OMNI1000LCD to guarantee clean transfer without tripping the inverter's over-current protection.
Battery Sizing and Peukert's Law
To run 260W for 2 hours, you need 520Wh of AC energy. Factoring in the 85% inverter efficiency, the battery bank must deliver 612Wh of DC energy. However, you cannot simply look at a battery's printed Amp-Hour (Ah) rating and multiply by voltage.
For lead-acid batteries, Peukert's Law dictates that as your discharge current increases, your effective capacity decreases. A 100Ah sealed lead-acid (SLA) battery rated at the 20-hour (C/20) rate will only yield about 65Ah if you drain it in 2 hours. Lithium Iron Phosphate (LiFePO4) chemistry largely ignores Peukert's law, delivering near-rated capacity regardless of the C-rate, but it requires strict Depth of Discharge (DoD) management via a Battery Management System (BMS).
| Chemistry | Nominal V | Rated Ah | Max DoD | Peukert / High-Rate Derate | Usable Wh | Bank Size Required |
|---|---|---|---|---|---|---|
| SLA (AGM/Gel) | 12V | 100Ah | 50% | ~0.75 factor at 2hr rate | 450Wh | 2 in Parallel |
| LiFePO4 (Drop-in) | 12.8V | 100Ah | 80% | ~0.98 factor (negligible) | 1024Wh | 1 Battery |
| LiFePO4 (Server Rack) | 48V (51.2V) | 100Ah | 90% | ~0.99 factor | 4608Wh | 1 Battery (Overkill) |
Note: Always size your DC bus wire for the maximum continuous draw plus 25%. A 305W draw on a 12V system pulls 25.4A. Use a minimum of 8 AWG THHN or marine-grade tinned copper to keep voltage drop under 3% over a 3-foot run.
Battery Configurations: Series vs. Parallel and Safety Limits
When scaling up capacity or voltage to reduce DC current, you must wire cells in series or parallel. The consequences for Voltage (V) and Amp-Hours (Ah) are strict:
- Series Wiring: Voltages add, Ah remains the same. Two 12V 100Ah batteries in series yield 24V at 100Ah (2560Wh total). This is preferred for high-power systems because it halves the DC current, allowing you to use smaller wire and reducing heat at the busbars.
- Parallel Wiring: Ah adds, Voltage remains the same. Two 12V 100Ah batteries in parallel yield 12V at 200Ah. This is common for 12V RV or marine inverter setups, but it doubles the current on the negative bus, requiring heavy 2/0 AWG cabling for safe operation.
Charge and Discharge Limits (C-Rates)
Every battery chemistry has a maximum safe charge and discharge rate, expressed as a C-rate (where 1C = draining the full capacity in one hour).
- SLA/AGM: Max continuous discharge is typically 0.2C to 0.3C. Max charge rate is 0.1C to 0.2C (10A-20A for a 100Ah battery). Pushing an SLA battery at 1C will cause extreme outgassing, thermal swelling, and premature plate sulfation.
- LiFePO4: Max continuous discharge is usually 1C (100A for a 100Ah battery). Max charge rate is typically 0.5C (50A). Always verify the BMS cutoff limits on the specific manufacturer's datasheet.
Never wire raw lithium cells in parallel without a dedicated BMS for each parallel string, and never parallel mismatched cells (different ages, chemistries, or capacities). If one cell fails short internally, the parallel cells will dump their entire current into the failed cell, leading to immediate thermal runaway and a Class D lithium fire. When building custom packs, use a BMS with cell-level balancing, ensure all cells are top-balanced to exactly 3.65V before assembly, and install a Class T or ANL fuse on the main positive terminal within 6 inches of the battery post to interrupt fault currents.
Decision Matrix: When to Choose Offline vs. Line-Interactive
While the offline topology is highly efficient (often 98%+ on mains), it is not the right tool for every jobsite or server rack. Use the following decision framework to select the correct UPS architecture for your 2026 infrastructure build.
| Criteria | Offline (Standby) | Line-Interactive | Online (Double-Conversion) |
|---|---|---|---|
| Transfer Time | 4 - 8 ms | 2 - 4 ms | 0 ms (Seamless) |
| Voltage Regulation | None (Passes mains directly) | AVR (Boost/Trim via transformer taps) | Continuous (Inverter regenerates AC) |
| Mains Efficiency | ~98% | ~95% | ~85 - 90% |
| 2026 Avg. Cost per VA | $0.12 - $0.18 | $0.22 - $0.35 | $0.55 - $0.85 |
| Best Use Case | Home routers, POS terminals, basic PCs | Small servers, NAS, DVRs, areas with brownouts | Medical gear, data centers, heavy inductive loads |
The Verdict: Choose an offline UPS when your local grid is stable, your load is purely electronic (switching power supplies), and budget is the primary constraint. Choose line-interactive if you experience frequent voltage sags (brownouts) that don't drop to zero but still cause equipment to malfunction, as the Automatic Voltage Regulation (AVR) will correct the voltage without draining the battery. Reserve online double-conversion for loads that cannot tolerate any frequency deviation or transfer break whatsoever.






