How Do I Stop Firefox From Updating Automatically

Mozilla Firefox, by default, automatically updates whenever there is a new version. However, if this is not what you want, you may adjust the settings to prevent Firefox automatic updates. In this article, we teach you three ways to disable automatic updates in Firefox.

Disable Automatic Updates in Firefox

Firefox Update Tab.

Disable Auto Update Via Firefox Update Tab

  • Firstly, with Firefox open, click the “Menu” button in the upper-right corner.
  • Then, select “Options”.
  • After, click “General” in the left pane.
  • Then, scroll down to the “Firefox Updates” section.
  • Here, choose one of the following options as wanted:
    • Automatically install updates
    • Check for updates, but let me choose whether to install them
    • Never check for updates
  • Check or uncheck the “Use a background service to install updates” option if you so desire.

Also, read:

Turn Off Firefox Automatic Updates Using about:config

  • Firstly, in the Firefox address bar, type “about:config” -without quotes- then press “Enter”.
  • Then, search for the setting, “app.update.auto”.
  • Finally, double-click the “app.update.auto” option to toggle the setting.

The two options are “true“, automatic updates enabled and “false“, automatic updates disabled. Select the false option to ensure that Firefox no longer installs updates automatically.

Also, read:

How To Use prefs.js file To Turn Off Automatic Updates On Firefox

  • Firstly, close all instances of Firefox.
  • Then, navigate to the following location:
    • For Windows XP/Vista/7/8/10 – “%APPDATA%\Mozilla\Firefox
    • For Unix/Linux  Users – “~/.mozilla/
    • Mac OS X – “~/Library/Mozilla/” or “~/Library/Application Support/
  • Then, open the “Profiles” folder.
  • Open the folder you would like to edit. The name of the folder varies. Usually a bunch of characters, followed by “.default”.
  • Open the prefs.js file with a text editor like Notepad.
  • Look for a line that includes app.update.enabled. If it doesn’t exist, add a line for it in the file and set it as desired using these examples:
    • user_pref("app.update.enabled", true); = Automatic updates enabled
    • user_pref("app.update.enabled", false); = Automatic updates disabled

For further reading:

One Response

  1. Anonymous April 4, 2020

Add Comment