Software⏱️ 2 min read📅 2026-06-03

How to Fix: Unable to update "Snap Store": cannot refresh "snap-store": snap "snap-store" has running apps (ubuntu-software)

Error in Snap Store update on Ubuntu 22.04, fix by closing running apps.

Quick Answer: Close all running apps and then try to update the Snap Store.

The error message 'Unable to update "Snap Store": cannot refresh "snap-store": snap "snap-store" has running apps (ubuntu-software)' is commonly encountered when the Snap Store is unable to be updated due to other applications using the same resources. This issue can occur on Ubuntu 22.04 systems.

🛑 Root Causes of the Error

  • The Snap Store is unable to be updated due to other applications using the same resources.

✅ Best Solutions to Fix It

Method 1: Closing Unnecessary Applications

  1. Step 1: Close any unnecessary applications running in the background.

Method 2: Checking for Conflicting Snap Packages

  1. Step 1: Run the command `sudo snap find --all | grep -i 'snap-store'` to identify any conflicting snap packages.

✨ Wrapping Up

By following these steps, you should be able to resolve the 'Unable to update "Snap Store": cannot refresh "snap-store": snap "snap-store" has running apps (ubuntu-software)' error and successfully update the Snap Store.

Did this fix your problem?

If not, try searching for specific error codes.

🔍 Search Error Database

❓ Frequently Asked Questions