Article illustration 1

"My wife and I like to travel, both in the US and abroad," writes ZDNET contributor Lance Whitney. "But when you use your phone all day with no available AC outlets, keeping your battery charge alive can be difficult." This universal pain point—where stunning photos, GPS navigation, and communication collide with finite power—demands more than generic advice. After extensive field testing, Whitney reveals five battle-tested strategies that address core technical limitations of lithium-ion batteries and iOS behavior. Here’s how to implement them.

1. Invest in a High-Capacity MagSafe Power Bank (Not the Cheap Stuff)

Whitney swears by MagSafe-compatible power banks for their seamless attachment and efficient charging but warns against budget traps. "Plenty of low-cost power banks sell for as little as $20. And I've tried some of them. But they don't offer the quality or reliability of more expensive models." He recommends 10,000mAh units like Anker’s for their ability to handle multiple charges—critical for all-day excursions. Why mAh matters: Higher capacity (measured in milliampere-hours) directly translates to more recharge cycles, but efficiency hinges on circuitry. Cheap models often waste energy as heat, accelerating battery degradation. For developers, this underscores the importance of power management in accessory design—flawless magnetic alignment minimizes resistance-induced energy loss.

2. Thermal Throttling Is Your Enemy: Cool the Device Aggressively

Heat is a lithium-ion battery’s nemesis, accelerating discharge and long-term capacity fade. Whitney observes: "Taking lots of photos or videos one after the other can heat up your phone. Using your phone in direct sunlight also increases the temperature." His countermeasures: Remove insulating cases during heavy use, limit continuous charging sessions (aim for 20-80% cycles), and avoid pocket storage. Carrying the phone on a lanyard improves airflow—a nod to thermodynamics. For engineers, this highlights iOS’s silent throttling under thermal stress: processors downclock to reduce heat, crippling performance. Proactive cooling maintains peak efficiency.

3. Identify and Neutralize Battery-Hogging Apps

iOS’s Battery settings (Settings > Battery) expose energy vampires. Whitney advises: "Tap Show Activity to see how long you used the app... try to limit how often and how much you use the worst offenders." Social media, camera apps, and GPS services often top the list due to background location pings and GPU-intensive rendering. Developers should note: This visibility empowers users to demand optimized apps. Tools like Xcode’s Energy Log diagnose inefficiencies, making battery consumption a measurable KPI for app quality.

4. Cripple Background Processes with Surgical Precision

Background App Refresh silently drains power by updating content when inactive. Whitney’s approach: Enable Low Power Mode (Settings > Battery) or manually disable refreshes (Settings > General > Background App Refresh). He leaves only essential apps like navigation and messaging active. "In my case, I turn off the background refresh for all apps except the ones for navigation, ride sharing, messaging, and a few others." Technically, this reduces CPU wake locks and network polling—key for extending uptime. For DevOps teams, it’s a reminder that user-controlled settings can drastically alter system load profiles.

5. Ruthlessly Disable Idle Radios

Cellular and Wi-Fi modules constantly scan for networks, consuming power even when idle. Whitney’s tactic: "Shutting down one or the other can help keep your battery charge alive." He toggles off Wi-Fi in cellular-only zones or disables cellular when stable Wi-Fi is available (via Control Center or Settings). Airplane Mode kills both for signal-dead areas. This aligns with RF engineering principles: Each scan cycle draws current, so silencing unused radios cuts baseline drain. Network-heavy apps should include ‘low-power mode’ options to minimize scans—a feature request worth advocating.

Battery life isn’t just about convenience; it’s foundational to how we experience mobility. As Whitney’s methods prove, blending hardware accessories with software discipline creates resilience against infrastructure gaps. For the tech industry, these user-end optimizations spotlight opportunities—better thermal design in future iPhones, smarter background task APIs, and accessories that prioritize energy efficiency over flashy specs. Master these techniques, and your iPhone becomes less a tether to chargers and more a passport to uncharted moments.

Source: Based on "My 5 simple tricks to extend iPhone battery life when traveling (including older models)" by Lance Whitney, ZDNET, September 4, 2025.