Finished reading? Continue your journey in Tech with these hand-picked guides and tutorials.
Boost your workflow with our browser-based tools
Share your expertise with our readers. TrueSolvers accepts in-depth, independently researched articles on technology, AI, and software development from qualified contributors.
TrueSolvers is an independent technology publisher with a professional editorial team. Every article is independently researched, sourced from primary documentation, and cross-checked before publication.
iOS 26.3 patches a zero-day that was already being exploited before the fix existed. But installing the update is only part of the job. Several default settings ship in a state that drains your battery, shares your location more broadly than you'd expect, and leaves powerful new protections sitting unused until you manually enable them.

iOS 26.3 shipped on February 11, 2026, and the reason Apple's security team treated it as urgent isn't the new Transfer to Android feature or any of the interface changes. It's a flaw in dyld, the component of iOS responsible for loading every app into memory at launch.
9to5Mac reported that Apple confirmed this vulnerability was deployed in an attack against specific targeted individuals before iOS 26.3 existed as a patch. The tracking identifier is CVE-2026-20700. CISA added it to its Known Exploited Vulnerabilities catalog a step the agency takes only when exploitation is confirmed by independent evidence, not just a vendor claim. It was the first Apple vulnerability CISA flagged as actively exploited in 2026.
The exploit didn't stand alone. Security researchers have traced it to a three-stage chain: two WebKit flaws (CVE-2025-14174 and CVE-2025-43529) that Apple patched in December 2025 served as the entry point, and CVE-2026-20700 provided the escalation. An attacker who used the WebKit flaws to achieve memory write access could then use the dyld vulnerability to bypass iOS's sandbox and execute arbitrary code at a privileged level. The December patches closed the front door; iOS 26.3 closes the back.
The discovery came from Google's Threat Analysis Group, whose specific mandate is tracking nation-state actors and commercial spyware vendors. That context matters for understanding the scale of risk: the attack targeted specific individuals, not general users. Beyond CVE-2026-20700, the full update resolves nearly 40 vulnerabilities, including two CoreServices race conditions that allowed local privilege escalation to root access and a Photos bug that exposed content from the lock screen without requiring a device unlock.
The original attackers operated with a private exploit window. The moment Apple publishes patch notes, that window closes for them and opens for everyone else who can now read exactly what the flaw was and how it was reached. The longer an unpatched device sits, the wider the pool of actors who possess the technical knowledge to attempt similar techniques.
If you haven't confirmed installation, go to Settings, then General, then Software Update. If iOS 26.3 shows as available, install it now. If it shows as current, you're covered.
iOS 26.3 doesn't just patch what was broken. It also delivers two new protective capabilities. Neither is on by default for most users. Both require a deliberate trip into Settings.
Apple's official support documentation describes Background Security Improvements as a targeted delivery system for security fixes to Safari, WebKit, and core system libraries, without requiring a full OS update. The setting that controls it lives at Settings, then Privacy and Security, then Background Security Improvements. The toggle you want is "Automatically Install."
The system launched with iOS 26.1 and got its first real-world test during the iOS 26.3 beta cycle. What distinguishes it from the Rapid Security Response system Apple used previously is reversibility: if a background improvement causes a compatibility problem, it can be removed. Toggling the setting off and restarting removes the applied improvement. Standard iOS updates cannot be uninstalled. RSR updates couldn't be either, which is why Apple abandoned that system after a 2023 patch broke website rendering for some users and there was no clean way to roll it back.
Turning off auto-install doesn't leave a device unprotected forever — the same fixes eventually arrive bundled into the next full iOS update. The cost is carrying exposure in the gap between now and that future update, which could be weeks.
The second new capability addresses something that has historically sat entirely outside iOS's privacy controls: what cellular carriers can see about your location through their own network infrastructure.
Cell tower triangulation has always let carriers determine device location independent of any permission you've granted or revoked in iOS. Turning off location access for every app on your phone did nothing about this. In dense urban environments, that triangulation can resolve your position to a specific street address. As 9to5Mac reported, iOS 26.3 introduces the first mechanism Apple has offered to restrict this, reducing what the carrier's network can determine from street-address precision down to a general neighborhood. The toggle lives at Settings, then Cellular, then Cellular Data Options.
A hardware requirement applies. The feature works only on devices with Apple's own C1 or C1X modem chips. That list currently covers the iPhone Air, the iPhone 16e, and the M5 iPad Pro. The iPhone 17, 17 Plus, 17 Pro, and 17 Pro Max are not on it: those devices use Qualcomm modems, which don't support the software-level carrier communication changes the feature requires. The iPhone 18 lineup is widely expected to move to Apple's next-generation C2 modem throughout, which should bring this capability to the main product line.
Even on compatible hardware, carrier support is required. MacRumors documented the initial launch partners: Boost Mobile in the United States, EE and BT in the United Kingdom, Telekom in Germany, and AIS and True in Thailand. AT&T, Verizon, and T-Mobile are not among them at launch, and carrier expansion timelines beyond these initial partners haven't been confirmed publicly.
A device restart is required when toggling the setting on or off. The feature does not affect emergency call accuracy: Apple built an explicit override so first responders receive precise coordinates regardless of how this is configured.
For a fuller picture of what iOS 26.3 delivers on the privacy and cross-platform side, including how these carrier-level controls fit into Apple's broader platform strategy, our iOS 26.3 privacy and cross-platform overview covers the complete context.
Beyond the carrier-level exposure that Limit Precise Location addresses, standard iOS location permissions deserve a fresh audit after any update. Apps that were installed recently, or that received updated permission prompts during iOS 26's rollout, may have been granted broader access than you intended.
The path is Settings, then Privacy and Security, then Location Services. Any app listed as "Always" can query your GPS coordinates in the background, even when you're not using it. For most apps, "While Using App" provides everything the experience requires. The exceptions are navigation apps and apps where background location serves a function you deliberately rely on. Everything else is a candidate to shift.
The Product Improvement toggles buried inside System Services at the bottom of the Location Services screen are a category most users never review. Routing and Traffic, Improve Maps, and iPhone Analytics are all enabled by default, all run background location polling, and none of them display the status bar location indicator when they're active. They share data with Apple rather than third-party apps, but they still represent location activity that most users haven't consciously evaluated since initial setup. The path to reach them is Settings, then Privacy and Security, then Location Services, then System Services. Each is an independent toggle.
None of these changes affects core iOS functionality. Maps continues to work when navigation is active. The toggles control passive data collection in the background, not active feature behavior.
Three distinct categories drive post-update battery drain, and they don't all respond to the same fix.
The Spatial Scene wallpaper feature that shipped with iOS 26 generates 3D parallax using the Neural Engine and GPU every time your screen is active. This is not a one-time rendering task; it's a persistent processing load that runs as long as your display is on. That continuous GPU activity is categorically different from what normal wallpapers require, and it's what places Spatial Scene in a separate battery impact class from other iOS 26 visual changes.
To disable it: open Settings, then Wallpaper, then tap the thumbnail of your current lock screen. The Spatial Scene option appears there. Turning it off eliminates the continuous GPU activity. Standard wallpapers, including dynamic ones, don't carry the same persistent processing overhead.
Liquid Glass — iOS 26's signature translucency design and the intuitive culprit — does not appear to drive meaningful battery consumption on current Apple Silicon. Multiple sources tested Liquid Glass rendering across different transparency and motion configurations and found no significant variance in battery draw. Spatial Scene and Liquid Glass are fundamentally different in how they interact with the hardware: Liquid Glass is a rendering style applied to static UI elements, while Spatial Scene is an active depth-mapping and parallax process that runs continuously. If you've already disabled Spatial Scene and are still seeing elevated drain, the next most productive step is Background App Refresh.
Instagram, Facebook, and TikTok poll their servers for new content even when the phone is idle and the app isn't open. Background App Refresh is the iOS mechanism that enables this. For apps where real-time background updates genuinely matter navigation, health tracking, messaging leaving it on is appropriate. For social apps where you'll load fresh content the moment you open them anyway, the background polling provides no practical benefit and represents a persistent battery cost.
The path is Settings, then General, then Background App Refresh. Tapping any individual app gives you a toggle. Disabling it for specific social media apps doesn't affect how those apps behave when you're actively using them; it stops the continuous background polling when they're not open.
Apple's official documentation describes Adaptive Power Mode as a machine-learning system that studies your daily usage patterns and makes small automatic adjustments to extend battery life: trimming screen brightness slightly, gating some background tasks, and activating Low Power Mode at 20% battery. It doesn't throttle performance during camera use or Game Mode sessions.
The feature ships enabled by default on iPhone Air and the iPhone 17 line. On iPhone 16, iPhone 16 Plus, iPhone 16 Pro, iPhone 16 Pro Max, iPhone 16e, iPhone 15 Pro, and iPhone 15 Pro Max, it's off by default and must be enabled manually. The path is Settings, then Battery, then Power Mode, then Adaptive Power.
Adaptive Power Mode requires Apple Intelligence. That means it isn't available on iPhone 15, iPhone 15 Plus, or anything older. If Power Mode doesn't appear in your Battery settings, the device doesn't support it. Apple's documentation confirms the system needs a minimum of seven days of usage data before its machine learning model fully engages. During the first week, it runs in an observational mode active but conservative. The optional Adaptive Power Notifications toggle in the same menu will surface when it transitions to full operation, which is useful during the learning period.
Many users updating to iOS 26.3 assume Liquid Glass is the reason their battery feels off. The evidence doesn't support that. Liquid Glass renders against static interface elements on chips that handle far more demanding workloads without measurable power impact. If you want to disable transparency effects for accessibility reasons or personal preference, the path is Settings, then Accessibility, then Display and Text Size, then Reduce Transparency. But if the goal is battery recovery, that toggle will make your interface look different without delivering the power savings you're looking for.
Call Screening intercepts calls from unknown numbers before your phone rings. The caller hears Siri, is prompted to state their name and reason for calling, and you receive a transcript. You decide whether to answer, decline, or allow the call to route to voicemail without ever engaging directly.
Setup is at Settings, then Apps, then Phone, then Screen Unknown Callers. Three modes are available: Never leaves unknown calls ringing normally; Ask Reason for Calling runs the full screening flow; Silence routes unknown calls directly to voicemail without any ring. The feature works on any iPhone running iOS 26, including iPhone 11 and later, and doesn't require Apple Intelligence.
In most cases where users say Call Screening doesn't work, the feature isn't malfunctioning. A set of predictable conditions defeats it, each one user-controlled:
Low Power Mode disables active screening without any notification. Calls from unknown numbers ring through normally. If you use Low Power Mode regularly, screening will be inconsistently active.
Roaming disables screening entirely. During international travel, unknown calls ring normally regardless of which screening mode is selected. The 24-hour suspension that follows any emergency call also applies regardless of location.
Language and region mismatch is the most common reason the toggle doesn't appear at all in Settings. Siri handles the screening conversation in the iPhone's default language; if your region and language settings don't align in a supported configuration, iOS won't surface the toggle. The fix is Settings, then General, then Language and Region, ensuring both fields match a supported combination, followed by a restart.
VPN configuration can also silently defeat screening. Apple community reports, including at least one confirmed by an Apple support representative, describe Call Screening failing when a VPN is configured on the device even if that VPN is currently inactive. If screening stopped working after you set up a VPN, that's the likely cause.
Call Filtering, which organizes your missed call log into separate Unknown Caller and Spam categories without intercepting live calls, is a companion toggle in the same settings menu. The two features are independent: you can run Call Filtering with screening set to Never.
If battery drain seemed elevated in the 48 to 72 hours immediately after installing iOS 26.3, that's expected and documented behavior. After any iOS update, the device runs a set of background maintenance tasks: Spotlight re-indexes the file system, Photos processes library metadata for object recognition, iCloud syncs updated assets, and app updates that queued during installation complete their processes. This activity is temporary and winds down over two to three days.
The drain most users observe in the first day or two after an update is not representative of how the device will perform once maintenance completes. Measuring battery performance before the settling period ends means measuring a condition that would have resolved on its own. Wait through the first 72 hours, assess end-of-day battery at your normal usage level, and then decide which of the settings above warrant adjustment for your specific usage pattern.
One coincidence worth noting: iOS updates and battery health warnings sometimes appear at the same time, leading users to connect the two. Updating iOS does not accelerate battery chemical degradation or change the threshold at which a "Service" recommendation appears. If a warning appeared around the time of this update, it reflects cumulative battery wear, not something the update caused.
I have an iPhone 17 and can't find the Limit Precise Location toggle anywhere. What's wrong?
Nothing is wrong with your device. Limit Precise Location requires Apple's own modem hardware, specifically the C1 or C1X chips, to function. The iPhone 17 lineup uses Qualcomm modems, which don't support the software-level changes the feature requires. The setting won't appear in your Cellular options regardless of which carrier you use or which region you're in. The iPhone 18, expected to use Apple's C2 modem across the full lineup, should bring this capability to the main product family.
Does iOS 26.3 include Notification Forwarding?
Partially. Notification Forwarding was removed before the global public release, but it did ship in the final version of iOS 26.3 for users in the European Union, where it was included as part of Apple's Digital Markets Act compliance obligations. It is not available in the United States, Canada, or other non-EU markets. Any guide instructing US users to configure Notification Forwarding in iOS 26.3 is relying on pre-release beta information. The feature is expected to expand in a future update.
Adaptive Power Mode says it needs seven days to learn my habits. Is it doing anything before that?
The seven-day minimum is the threshold before the system's machine learning model has enough usage data to make reliable pattern-based predictions. During that window, the feature is active but operating conservatively, observing rather than making adjustments. After the learning period, it begins making the small automatic changes, including selective brightness reduction and background task gating, that produce the documented battery benefit. The Adaptive Power Notifications toggle in the same menu will alert you when it fully engages, which is particularly useful in that first week.
Will Call Screening work while I'm traveling internationally?
No. Call Screening is automatically disabled during roaming and remains off until you return to your home network. This applies to both the Ask Reason for Calling and Silence modes. During international travel, unknown calls ring normally unless you've configured a separate carrier-level voicemail setting. The 24-hour post-emergency-call suspension also applies regardless of your location.