No Laptop in the Bedroom on My On‑Call Weeks (and the Week I Broke the Rule)

I stopped taking my laptop to bed during on‑call weeks. It fixed my sleep and stress more than I expected — until a power outage forced me to break the rule and reveal the tradeoffs.

Written by: Aanya Mehra

Person sitting on a couch using a laptop with a cup of tea on the table
Photo by Andrew Neel on Unsplash

It was 2:10 a.m. My phone buzzed. I opened my eyes, grabbed the laptop from the bedstand, and within ten minutes I’d rebuilt the failing worker, pushed a hotfix, and convinced myself I’d be able to get back to sleep.

I didn’t. My heart pounded for hours. I replayed every console line I’d read. At 4 a.m. I finally turned the laptop off and lay awake. That was the night I decided: no laptop in the bedroom on on‑call weeks.

This reads like something small. It wasn’t. For me, the laptop in bed was a trigger. As soon as the screen lit, my brain shifted from “fix this” to “solve all of it,” and I took the rest of the night with me. The solution had to be physical, obvious, and enforceable.

What the rule looks like

Why the physical boundary matters Two things changed quickly.

First, switching locations forced a mental checkpoint. Walking from bedroom to living room is five steps that buy me two breaths. When I sit down, I actually ask: is this a five‑minute response or a full escalation? That alone shaves off frantic context switching.

Second, the laptop remained a tool, not a bedtime comfort toy. Before the rule, I would “just check logs” and drift into emails, PRs, and Slack threads. Out in the living room, those extra tabs feel more obviously optional. There’s friction, and friction is sometimes what you need.

Practical small rules I added These are the tiny things that made the boundary usable instead of performative:

The week the rule broke (and what it taught me) Two months after starting this, a storm took down our local transformer. No mains. My UPS kept the router alive for an hour, then it died. Mobile signals in my apartment block were weak because the nearest tower lost power. I had battery, but no reliable internet.

I did the sensible thing: I carried the laptop into the bedroom and tethered to my phone’s hotspot. Problem was, my phone’s hotspot throttled after 15 minutes and then the latency made any interactive debug a lottery. I ended up lying on the bed, laptop on my knees, furiously trying to replicate a bug I should have escalated earlier. By the time the issue was contained, I’d lost sleep, my back was sore, and worse — the root cause required a proper morning run and a teammate’s help. I had made everything worse by trying to own the whole thing from a compromised setup.

This failure taught me three real constraints:

  1. Physical rules don’t replace infrastructure resilience. Keep a backup connectivity plan (I now carry a prepaid 4G eSIM that costs me around ₹300 per month on rotation).
  2. The bedroom boundary only works if you accept handing off. I didn’t hand off that week because I felt I could fix it faster. I couldn’t.
  3. Quick fixes on poor networks are dangerous. If your fix is nontrivial, move the problem to a time when you have reliable connectivity and a teammate.

Tradeoffs you’ll actually feel This is not a perfect system.

What actually changed for me Sleep improved. Not dramatically, but enough that I stopped resenting on‑call weeks. I became better at triage: three quick questions at the couch, then either fix in 15 minutes or escalate with clear context. I started logging intent in Slack: “Triage: did X, Y; will escalate to Z in 30m if not fixed.” That small habit removed the replay‑loop in my head.

I also learned to accept imperfect work at night. If a patch is not safe to land without review or a full CI run, it waits. That saved me from a few rollback mornings.

One takeaway A physical boundary — a rule with friction you can feel — changed my on‑call behaviour more than another checklist ever did. But it isn’t a silver bullet. The boundary only works if you prepare for the times it will break: backup connectivity, a handoff plan, and the humility to say “I’ll take this in the morning.” That last one is the hardest and the most useful.