How to Repair or Reset WSL Ubuntu on Windows 11
You can repair or reset your WSL Ubuntu on Windows 11 when it encounters issues by using the built-in Windows Settings app.
WSL, or Windows Subsystem for Linux, allows you to run a Linux environment directly on Windows 11 without a traditional virtual machine. This means you get access to Linux command-line tools and applications integrated into your Windows workflow.
When your Ubuntu distribution within WSL becomes unresponsive or corrupted, you have two primary solutions. Repairing Ubuntu preserves your installed applications and files, while resetting reinstalls Ubuntu to its default state, erasing all data.
Most users can repair a problematic WSL Ubuntu installation in under 5 minutes directly through Windows 11’s app management features.
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.
How to Repair WSL Ubuntu
If your WSL Ubuntu isn’t working right, repairing it can fix problems while keeping all your files and data safe.
What happens? Ubuntu will work normally again without you losing any of your work.
Follow these simple steps:
- Open the Settings app. Click the Start menu and choose Settings, or press Windows key + I on your keyboard.
- In Settings, click Apps on the left side.
- Click on Installed apps on the right.
- Scroll down and find the Ubuntu app in the list.
- Click the three dots next to Ubuntu, then select Advanced options.
- On the new page, scroll down and click the Repair button.
- Wait a little while for Windows to fix the app. When done, try opening Ubuntu again.

The Repair button fixes Ubuntu without losing your data.
How to Reset WSL Ubuntu
Resetting your WSL Ubuntu gives you a completely fresh start if repairing didn’t solve the issue, but it will delete all your files and settings inside Ubuntu.
What 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.
To reset Ubuntu, follow the same steps as repairing (Settings > Apps > Installed apps > Ubuntu > Advanced options), but this time click the Reset button.

Reset deletes all data and gives you a fresh Ubuntu installation.
Wait until the reset finishes, then open Ubuntu again to check if it works better.
Alternative: Reset WSL Ubuntu Using Windows Terminal
You can also reset your WSL Ubuntu using the Windows Terminal app with administrator privileges.
- [REQUIRES ADMIN PRIVILEGES] Open Windows Terminal as admin:
- Click the Start menu and type Windows Terminal.
- Right-click it and choose Run as administrator.
- In the terminal window, type this command and press Enter to see all installed WSL Linux distributions:
wsl --list - To reset Ubuntu, type this command and press Enter:
wsl --unregister Ubuntu - 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)
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.
No comments yet — be the first to share your thoughts!