How to Stop Ubuntu Linux from Automatically Opening the Software Updater

The Disruptive Pop-Up

Keeping your Linux system updated is critical for security and stability. To ensure users don’t ignore patches, Ubuntu runs a background daemon that periodically checks the official repositories for new versions of your installed packages. When it finds updates, Ubuntu automatically launches a graphical “Software Updater” window in the center of your screen, interrupting whatever you are doing. While well-intentioned, this pop-up can be incredibly disruptive if it appears while you are giving a presentation, recording your screen, or deep in a coding session. For advanced users who prefer to manage updates manually via the command line (`sudo apt update`), this graphical prompt is completely redundant and highly annoying.

How to Disable the Automatic Update Checker

You can configure Ubuntu’s update manager to download updates silently in the background, or you can turn off the automatic checking entirely so the pop-up never appears.

1. Open your application launcher (press the Super/Windows key) and search for Software & Updates. Click its icon to launch the application.

2. In the window that appears, navigate to the Updates tab.

3. Look for the first drop-down menu labelled Automatically check for updates.

4. By default, this is likely set to “Daily.” Click the drop-down menu and change it to Never.

5. Next, look at the drop-down menu labelled When there are other updates.

6. Change this setting from “Display immediately” to Display weekly or Display every two weeks to minimize interruptions if you chose not to disable the checks entirely.

7. Click the Close button at the bottom of the window.

Ubuntu will ask for your administrator password to confirm these changes, as you are modifying system-level update policies. Once confirmed, the aggressive, unprompted Software Updater pop-ups will cease.

How to Rely on Terminal Updates

If you set “Automatically check for updates” to “Never,” you are now solely responsible for the security of your system. You must build a habit of updating manually.

1. Open your terminal.

2. Run `sudo apt update` to refresh your package lists.

3. Run `sudo apt upgrade` to install any pending patches.

By managing this process in the terminal, you maintain full control over when and how your Ubuntu system applies software changes, entirely avoiding the GUI pop-up.

Get the best tech tips delivered straight to your inbox.

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