Here’s how I update most of my apps with just one command

In the ever-evolving landscape of Windows, keeping applications updated can often feel like a daunting task. Users frequently encounter prompts to update certain apps upon booting their PCs, while others remain shrouded in uncertainty regarding their version status. This inconsistency can lead to missed opportunities for new features and enhancements, as some applications may be upgraded by their developers while users continue to operate on outdated versions.

On the flip side, there are moments when the desire to use an application is met with the frustrating necessity of enduring a lengthy update process, even if the current version suffices for immediate needs. Fortunately, a solution exists in the form of the Windows Package Manager, known as WinGet, which simplifies the process of checking and updating applications.

Streamlining Updates with WinGet

WinGet empowers users to update multiple applications simultaneously, eliminating the need to visit each developer’s website individually. This free and open-source tool is integrated into the later iterations of Windows 10 and Windows 11, allowing users to install, remove, and update applications through a command-line interface.

The command operates effectively on approximately 90 percent of applications and typically takes just a few minutes to execute. As a result, it has become a staple in my routine PC maintenance tasks, and it’s a practice I highly recommend adopting.

What to do:

  • Ensure you are connected to Wi-Fi. Click on the Windows icon and type Terminal in the search bar. Right-click on the Terminal prompt and select Run as administrator.
  • Type the command winget upgrade –all and press Enter.
  • If this is your first time running the command, you will need to agree to the terms. Press Y and then Enter to proceed.
  • Wait as the tool scans your applications for any outdated versions and updates them as necessary.

Note: Be aware that some applications update internally and will not be managed through the WinGet tool. It’s advisable to keep track of these applications and update them separately.

Troubleshooting: Should you encounter issues with the command, it may be necessary to upgrade the WinGet app installer package. To do this, follow the previous steps but use the command: winget upgrade Microsoft.AppInstaller in the command prompt.

Additionally, Microsoft applications can be updated via the Microsoft Store. Simply open the Store, navigate to Library, and click Get updates to ensure all your apps are current.

This handy tip is part of our ongoing effort to provide valuable insights to our subscribers through the PCWorld Try This newsletter, which delivers fresh tips to inboxes twice a week. Consider signing up to receive new tips regularly!

Winsage
Here's how I update most of my apps with just one command