Close Menu
Technical Master – Windows, Android & iPhone FixesTechnical Master – Windows, Android & iPhone Fixes
    Facebook X (Twitter) Instagram Vimeo YouTube SoundCloud
    Technical Master – Windows, Android & iPhone FixesTechnical Master – Windows, Android & iPhone Fixes
    • Android Fixes
    • Windows Fixes
    • Device Fixes
    • iPhone & iOS Fixes
    • How-To Guides
    • Tech Explainers
    • Cybersecurity
    Technical Master – Windows, Android & iPhone FixesTechnical Master – Windows, Android & iPhone Fixes
    Home / How-To Guides / How to Uninstall Apps and Programs on Windows
    How-To Guides

    How to Uninstall Apps and Programs on Windows

    Your PC has more bloatware than you think and here's the fix.
    By Omar Rehman1 hour agoUpdated:1 hour ago Add us as Preferred Source
    Share Facebook Twitter Pinterest LinkedIn Reddit Telegram WhatsApp Email Threads Copy Link
    How to Uninstall Apps and Programs on Windows - Windows 11 shown on laptop.
    • Uninstall Apps or Programs on Windows from the Start Menu
    • Uninstall Apps and Programs on Windows in Settings App
    • Uninstall Apps and Programs on Windows from the Control Panel
    • Uninstall Built-in System Apps with PowerShell
    • Run the Built-In Uninstaller from the Program Folder
    • How to Clean Up Leftover Files After Uninstall
    • Should You Manually Edit Registry?

    My Windows 11 PC had 47 programs I’d completely forgotten about. Forty-seven. Trial versions from 2019, bundled bloatware from my laptop manufacturer, three different PDF readers, and something called “Toolbar Companion” that I’m 90% sure was tracking my breakfast choices. When I finally open the apps list, it was a drawer I’d been avoiding for years, mucky digital clutter caked into every corner.

    Microsoft data indicates that the average Windows user has 30-50% more installed programs than they actually use. That’s not only wasted storage but background processes eating your RAM, outdated software with security holes, and startup programs that make Windows boot slow. If you’re like me with a bundle of useless apps stuffed in your machine for no reason, here are the easy ways to uninstall or remove apps and programs on Windows 10 and Windows 11.

    Uninstall Apps or Programs on Windows from the Start Menu

    The quickest way to get rid of an application is from the Start Menu. Microsoft designed modern Windows UI so you can uninstall programs without having to dig through settings menus.

    On Windows 11:

    1. Open the Start menu.
    2. If the app is not pinned in the list, click All apps in the top-right corner. Alternatively, type the app name.
    3. Press and hold (or right-click) the app icon and select Uninstall.
    4. Confirm the pop-up to finish.

    On Windows 10:

    1. Open the Start menu.
    2. Scroll through the alphabetical list on the left or find the tile on the right.
    3. Right-click the app or program and choose Uninstall.
    Note

    When you right-click old, legacy desktop programs from the Start Menu and select Uninstall, Windows might automatically redirect you to the Control Panel’s “Programs and Features” window. You can then remove it from there.

    Uninstall Apps and Programs on Windows in Settings App

    If you want to see exactly how much space an app or program has consumed, go here.

    On Windows 11:

    1. Press Win + I to open Settings or click Start > Settings.
    2. Go to Apps > Installed apps.
    3. Find your app, click the three horizontal dots (ellipsis) on its right end, and select Uninstall.

    On Windows 10:

    1. Press Win + I to open Settings or click Start > Settings.
    2. Go to Apps > Apps & features.
    3. Scroll through the list or use the search bar at the top to find what you want to remove.
    4. Click the app or program name in the list to reveal the hidden Uninstall button.
    5. Next, confirm and follow the on-screen steps.
    Tip

    Use the “Sort by” filter in the Settings list to arrange programs by Size to quickly find the biggest space wasters, bloating your PC’s storage drive. You’d be horrified how many GBs of forgotten programs are lounging around.

    Uninstall Apps and Programs on Windows from the Control Panel

    Microsoft keeps trying to kill Control Panel, but it won’t die and for good reason. It still works great, and sometimes the only way to cleanly remove old software from a computer installed years ago. The process is the same for both Windows 10 and 11:

    1. Press Win + R to open the Run dialog.
    2. Type appwiz.cpl and press Enter. This command will directly launch the Programs and Features window.
    3. Otherwise, press Windows key + R, type control, and press Enter. Or search for “Control Panel” in the Start Menu. From there, click Programs > Programs and Features.
    4. Once there, scroll through the list of installed software.
    5. Press and hold (or right-click) the program to remove and choose Uninstall.
    6. Follow the next uninstallation wizard.
    Warning

    You might see options to “Change” or “Repair” next to the Uninstall button. If a critical driver is faulty, try the Repair function first to fix broken files without a full removal.

    Uninstall Built-in System Apps with PowerShell

    Some Windows apps are built into the OS, and you can’t remove them the normal way. PowerShell gives you the administrator permissions needed to force uninstall them. Apps like Cortana, Mail, Maps, and the Xbox app can be removed via the PowerShell commands.

    1. Right-click Start and choose Terminal (Admin) on Windows 11, or Windows PowerShell (Admin) on Windows 10.
    2. Type Get-AppxPackage and press Enter to generate a list of every installed app.
    3. To delete a specific app, type: Get-AppxPackage *AppName* | Remove-AppxPackage (replace AppName with the actual name, like ZuneVideo for the media player).
    4. For example, to remove the Xbox Game Bar: Get-AppxPackage Microsoft.XboxGamingOverlay | Remove-AppxPackage
    5. Press Enter to execute the command.

    Does the thought of typing command lines make you nervous? Simply pick one unused app from the Start Menu, right-click it, and hit uninstall. Freeing up even a few megabytes is a low-stakes win that puts you back in the driver’s seat.

    Run the Built-In Uninstaller from the Program Folder

    Many software programs have their own uninstaller executable in the installation folder. You’ll see this often with large applications like games and creative suites, and it was also the standard for legacy programs from the Windows XP days, before Microsoft had a unified uninstall system.

    1. Open File Explorer and head to C:\Program Files or C:\Program Files (x86) for a 32-bit application.
    2. Open the software folder to remove.
    3. Find a file named uninstall.exe, uninst.exe, or unins000.exe.
    4. Double-click the executable to run the uninstaller and follow the instructions on the screen.

    Do not manually delete files from a program’s folder without running its uninstaller. When you delete raw files manually, it leaves behind registry entries and broken system references. To the computer, the program looks gone, but it will linger in Control Panel and may cause errors.

    How to Clean Up Leftover Files After Uninstall

    So you’ve removed the program. Here’s what I always check next:

    1. Restart PC: Some uninstallers need a reboot to completely remove drivers or services. Don’t skip this.
    2. Check the Program Files folders: Go to both C:\Program Files and C:\Program Files (x86) and look for the program’s folder. If it’s still there with remnant files, delete it manually.
    3. Look in AppData: Many programs store settings in C:\Users\[YourName]\AppData\Local and C:\Users\[YourName]\AppData\Roaming. Check the program name and delete any remaining folders.
    4. Review Startup programs: Open Task Manager (Ctrl+Shift+Esc), go to the Startup tab, and verify the uninstalled program isn’t still listed. If it is, right-click and disable it.
    Note

    Windows’ built-in Disk Cleanup tool can help delete installation files and temporary data left behind by uninstallers. Run it after major uninstalls by searching “Disk Cleanup” in Start.

    Should You Manually Edit Registry?

    Short answer: probably not.

    After uninstalling programs, orphaned registry entries mostly won’t remove with them. Although technically harmless, they do clutter your system. However, manually editing the registry is risky—delete the wrong key, and you could break Windows functionality.

    If you insist on registry cleaning:

    • Use a reputable tool like CCleaner’s registry cleaner (free).
    • Create a system restore point first.
    • Back up the registry before making changes.
    • Never delete anything unless you understand what it does.

    I’ve been messing with Windows since XP, and I’ve seen manual registry edits go wrong more times than they’ve helped. The performance gain is negligible anyway, maybe 0.001%.

    Follow Us on Google News Follow Us on Flipboard
    Omar Rehman
    • Website

    Omar Rehman is a software engineer and Windows specialist at Technical Master who’s spent nearly a decade fixing PCs that refuse to behave. He has seen it all—blue screens, messy driver conflicts, and hardware that won't play nice. Omar covers Windows error codes, system crashes, driver issues, hardware conflicts, and performance optimization techniques. He has a strong background in backend systems and debugging, so he digs into error codes and system crashes to find the actual root cause.

    Related Posts
    How to Clean Your Earbuds & Headphones Properly Wihtout Damaging Them
    How to Clean Your Earbuds & Headphones Properly
    Device Fixes
    Unpair or Reset Apple Watch - Person wearing aluminium case Apple Watch with white sports band.
    How to Unpair or Reset Apple Watch: The Right Way to Do
    How-To Guides
    How to Free Up Disk Space on Your Mac
    How to Free Up Disk Space on Mac
    Device Fixes
    How to Check If My Phone is Hacked and What to Do Next
    Cybersecurity
    Windows 11 update screen with loading=
    How to Update Windows Safely
    How-To Guides
    How to Fix Laptop Overheating: Best Ways to Cool It Down
    Device Fixes
    In this Article
    • Uninstall Apps or Programs on Windows from the Start Menu
    • Uninstall Apps and Programs on Windows in Settings App
    • Uninstall Apps and Programs on Windows from the Control Panel
    • Uninstall Built-in System Apps with PowerShell
    • Run the Built-In Uninstaller from the Program Folder
    • How to Clean Up Leftover Files After Uninstall
    • Should You Manually Edit Registry?
    Technical Master – Windows, Android & iPhone Fixes
    Facebook X (Twitter) Instagram LinkedIn YouTube SoundCloud Bluesky
    • About Us
    • Privacy Policy
    • Terms of Use
    • Editorial Ethics & Guidelines
    • Contact Us
    • Write for Us
    © 2026 Technical Master, Inc. All Rights Reserved.

    Type above and press Enter to search. Press Esc to cancel.