How to know if the power went out at home while you're away
2026 · 5 min read
You're away for a week. Somewhere around Tuesday night a breaker trips, or the street loses power for six hours. The freezer thaws, the aquarium pump stops, the heating goes off in January. You find out on Saturday when you walk through the door.
The frustrating part is that this is an easy problem to detect and a surprisingly hard problem to be told about. Here's why most solutions fail, and what actually survives.
The trap: almost everything needs the thing that just died
A power cut doesn't just stop your appliances — it takes out your Wi-Fi router, your smart-home hub, and your broadband modem at the same instant. So:
- Smart plugs (TP-Link, Wyze, etc.) can tell you a device lost power — but they report over your Wi-Fi, which is also dead. Most only tell you something was wrong once everything comes back.
- Smart-home hubs have the same dependency. Some flag "device unreachable" after a delay, which is ambiguous: is the power out, or did the router just reboot?
- Wi-Fi temperature sensors in the freezer are useful for a failing compressor, but during a blackout they go silent along with everything else.
- A UPS keeps your router alive for a while, and that genuinely helps — but it's an extra purchase, it beeps into an empty house, and its battery is usually good for minutes, not hours.
What a reliable alert actually requires
Whatever you use has to satisfy three things at once:
- Its own power. A battery that keeps it alive after the mains dies.
- Its own connection. A path to the internet that doesn't go through your dead router — in practice, a cellular one. Mobile masts have backup power.
- A push, not a pull. It has to reach out to you. Anything you have to check is useless, because you won't think to check.
The device you already own that ticks all three
An old Android phone in a drawer has a battery, a cellular radio, a speaker, and a data connection independent of your Wi-Fi. Plugged into a wall socket, it can watch whether that socket is still delivering power — and the moment it isn't, it has hours of battery left to tell somebody.
The important design detail is what gets measured. A battery-charge app is no help: once the phone reaches 100% it stops charging anyway, so "not charging" means nothing. OutagePing watches whether the charger is supplying power at all, which disappears the instant the mains does — even at a full battery.
The failure case nobody plans for
There's one scenario that defeats every self-contained gadget: the outage lasts longer than the device's battery. Your sensor dutifully alerts you at hour one, then dies at hour nine — and if you missed that first alert, the silence looks exactly like "nothing is wrong".
The fix is a dead-man's switch: the phone checks in with a server every few minutes, and if those check-ins stop, the server raises the alarm on its behalf. Absence of a signal becomes the signal. That's the piece that turns a gadget into something you can actually rely on when you are far from home.
A practical setup
- Use a spare Android phone (Android 8.0 or newer). It doesn't need to be fast.
- Put a cheap prepaid data SIM in it. This is the single biggest reliability upgrade, because it removes the dependency on your router entirely.
- Plug it into a wall socket, not a power strip you might switch off.
- Turn off any "battery protection" or "bypass charging" feature — some manufacturers use these in a way that makes Android report the charger as unplugged.
- Add two contacts, not one. The person most likely to act isn't always reachable.
OutagePing is a free Android app that does the detection and the alarm; the optional Pro cloud adds the text, call and email escalation to your contacts, plus the dead-man's switch. See how it works →