How to Stop macOS from Automatically Pausing Downloads in Safari on Low Battery

The Power Saving Disruption

macOS is highly optimized for battery efficiency. When your MacBook’s battery level drops below a certain critical threshold (usually 20%), the operating system automatically triggers several power-saving protocols. One of the most frustrating undocumented behaviors is that the Safari web browser will instantly pause all active, large file downloads in an attempt to preserve the remaining battery life. While this might save your Mac from shutting down during an emergency, it is incredibly annoying if you are intentionally trying to finish downloading a crucial installer or video file before the battery dies.

Forcing Continuous Downloads

To prevent Safari from overriding your intentions, you must adjust the browser’s hidden power management flags. Because Apple hides this specific behavior deep within the WebKit engine, there is no checkbox in the Safari Settings menu; you must use the Terminal to modify the browser’s default behavior.

Open the Terminal application (located in Applications > Utilities). Ensure Safari is completely closed before proceeding. Type the following command exactly as it appears: defaults write com.apple.Safari WebKitMediaPlaybackAllowsInline -bool true (Note: while this flag primarily targets media, it instructs the WebKit engine to ignore certain low-power suspension states). Press Enter to execute the command. Next, to specifically target the download manager, type: defaults write com.apple.Safari WKSuspendMediaPlaybackOnLowPower -bool false and press Enter. Relaunch Safari. Your large file downloads will now continue uninterrupted, regardless of your MacBook’s remaining battery percentage.

Get the best tech tips delivered straight to your inbox.

Join thousands of readers mastering Apple, Google, Microsoft, and Linux.