Skip to content
Follow
Windows

How to Repair or Reset WSL Ubuntu on Windows 11

Richard
Written by
Richard
Feb 5, 2026 Updated Sep 15, 2026 3 min read
How to Repair or Reset WSL Ubuntu on Windows 11
How to Repair or Reset WSL Ubuntu on Windows 11

WSL Ubuntu on Windows 11 gives you a way to run Linux software directly on your PC, but broken packages or frozen systems can stop it from working in about 5 minutes. WSL stands for Windows Subsystem for Linux, a built-in feature that lets you run Linux programs without a separate computer.

Advertisement

You can choose between two repair options depending on how bad the damage is. Repairing keeps your files safe while fixing bugs, and resetting wipes the environment clean to give you a fresh start.

⚡ Quick Answer

Repair your WSL Ubuntu by navigating to Settings Apps Installed apps, clicking the three dots next to Ubuntu, selecting Advanced options, and clicking Repair. Reset Ubuntu using the same path but click Reset instead, which will delete all your Ubuntu data for a fresh start.

Advertisement

How to Repair WSL Ubuntu

To perform a WSL Ubuntu repair on Windows 11, open Settings , go to Apps, click Installed apps, find Ubuntu, click the three dots, select Advanced options, and click Repair. This fixes broken files and startup errors without touching your personal Linux files or installed programs.

What happens? Ubuntu will work normally again without you losing any of your work.

Follow these simple steps:

  1. Open the Settings app . Click the Start menu and choose Settings, or press Win+I on your keyboard.
  2. In Settings, click Apps on the left side.
  3. Click on Installed apps on the right.
  4. Scroll down and find the Ubuntu app in the list.
  5. Click the three dots next to Ubuntu, then select Advanced options.
  6. On the new page, scroll down and click the Repair button.
  7. Wait a little while for Windows to fix the app. When done, try opening Ubuntu again.
Repair button for WSL Ubuntu app in Windows 11 Settings
Repair button for WSL Ubuntu app in Windows 11 Settings

Advertisement

The Repair button fixes Ubuntu without losing your data.

How to Reset WSL Ubuntu

To complete a WSL Ubuntu reset, open Settings, go to Apps, click Installed apps, find Ubuntu, select Advanced options, and click Reset. This erases all data, configuration files, and installed programs inside the Linux environment, restoring it to a brand new factory state.

⚠️WarningWhat happens? This will delete all your files and settings inside Ubuntu.

Only do this if you have backups or don't mind losing your data.

💡TipTo reset Ubuntu, follow the same steps as repairing (Settings > Apps > Installed apps > Ubuntu > Advanced options), but this time click the Reset button.
Advertisement
Repair and Reset buttons for WSL Ubuntu app in Windows 11 Settings
Repair and Reset buttons for WSL Ubuntu app in Windows 11 Settings

Reset deletes all data and gives you a fresh Ubuntu installation.

Ubuntu's reset process will complete, and then users can open Ubuntu again to check if the Ubuntu operating system functions better.

Alternative: Reset WSL Ubuntu Using Windows Terminal

To reset WSL Ubuntu using Windows Terminal, open the Start menu, type terminal, right-click Windows Terminal, and choose Run as administrator. Type wsl --unregister Ubuntu and press Enter to completely remove and reset the Linux distribution using the command line.

  1. [REQUIRES ADMIN PRIVILEGES] Open Windows Terminal as admin:
    • Click the Start menu and type Windows Terminal.
    • Right-click it and choose Run as administrator.
  2. In the terminal window, type this command and press Enter to see all installed WSL Linux distributions:

    wsl --list
  3. To reset Ubuntu, type this command and press Enter:

    wsl --unregister Ubuntu
  4. This will remove Ubuntu from WSL, and you can reinstall it fresh from the Microsoft Store.

Summary

You can fix WSL Ubuntu on Windows 11 by either repairing it to restore settings while keeping files, or resetting it for a clean start that deletes all data.

Was this guide helpful?

0% of readers found this helpful (1 votes)

Tags: #Windows 11
Was this helpful?
Richard

About the Author

Richard

Tech Writer, IT Professional

Richard, a writer for Geek Rewind, is a tech enthusiast who loves breaking down complex IT topics into simple, easy-to-understand ideas. With years of hands-on experience in system administration and enterprise IT operations, he’s developed a knack for offering practical tips and solutions. Richard aims to make technology more accessible and actionable. He's deeply committed to the Geek Rewind community, always ready to answer questions and engage in discussions.

Advertisement

📚 Related Tutorials

How to List Installed WSL Distros on Windows 11
Windows How to List Installed WSL Distros on Windows 11
How to Reinstall Microsoft Store Apps in Windows 11
Windows How to Reinstall Microsoft Store Apps in Windows 11
How to Reset Windows Terminal to Default Settings in Windows 11
Windows How to Reset Windows Terminal to Default Settings in Windows 11
How to Access Linux Files on Windows 11 Using WSL
Windows How to Access Linux Files on Windows 11 Using WSL

No comments yet — be the first to share your thoughts!

Leave a Comment

Your email address will not be published. Required fields are marked *