How to remove pre-installed apps and bloatware in Windows 10 and 11

Last update: 20/05/2025
Author Isaac
  • Know all the methods to remove pre-installed applications in Windows 10 and 11, from configuration options to advanced tools and scripts.
  • Differentiate between Windows bloatware and manufacturer-added programs, understanding their impact on performance and privacy.
  • Learn to reinstall apps native if necessary and protect the system before making deep changes, avoiding common errors.

Remove pre-installed Windows apps

You get a new computer or welcome a new Windows installation, and before you even get started, you're already faced with a handful of apps you neither need nor want. You've probably asked yourself more than once. How to remove pre-installed apps on Windows or get rid of that annoying one bloatware that only takes up space and gets in the way. Now more than ever, having a clean and optimized system is key to avoiding unnecessary slowdowns and enjoying a tailored user experience.

In this guide you will discover All the current and effective ways to uninstall pre-installed apps, junk programs and bloatware on both Windows 10 and Windows XNUMX Pro. Windows 11We've compiled manual, automated, and third-party software strategies, with detailed guidelines, warnings to avoid surprises, and tips to keep your device running like new, always with the option of recovering deleted apps if you ever change your mind.

What are bloatware and pre-installed apps in Windows?

Before starting with the uninstallation methods, it is important to be clear about what we are talking about. bloatware It is that set of programs and applications that come preinstalled by the computer manufacturer or by Microsoft on your Windows computer. Often, you don't need them; they can be trial versions, demos, useless utilities, promotional apps, or duplicate tools that just take up space and, in some cases, even consume resources in the background.

There are two main categories of pre-installed programs: those of Windows itself (Microsoft applications such as Mail, Calendar, OneDrive, etc.) and those added by the manufacturer (Lenovo, HP, Dell, Asus, Acer, Toshiba, Sony…), which usually include specific utilities, games, management suites, antivirus demos or support tools.

Why should you remove bloatware and pre-installed apps? In addition to recovering disk space and resources, you'll have a cleaner system startup, fewer background processes, a lower risk of vulnerabilities, and less data sent to third parties or Microsoft (telemetry).

Be careful, generally bloatware is not dangerous nor does it contain malware, with rare exceptions, but it can cause inconvenience, advertising intrusion, slowdowns and loss of privacy.

How to identify bloatware and unnecessary programs

It's not always obvious which apps you can remove without affecting Windows' performance. Programs that are often considered bloatware are those that:

  • They bear the name or brand of the computer manufacturer (e.g., “Lenovo Solution Center”, “TOSHIBA Assist”).
  • They include pre-installed games, demos, trial versions, and the manufacturer's own support utilities.
  • Microsoft apps that you rarely use (e.g., Paint 3D, Xbox Game Bar, Movies & TV, etc.).

In many cases, simply reviewing the list of programs and applications in Settings or Control Panel is enough to identify what you don't recognize or use.

  How to stream videos over the network with VLC easily

What about telemetry? Many pre-installed apps send usage and diagnostic data to Microsoft. If you're concerned about your privacy, you'll want to review and disable all telemetry-related data. You can disable optional data sharing from Settings > Privacy & security > Feedback & diagnostics.

List of the most common bloatware and pre-installed programs

Depending on the make and model of your computer, you may encounter various annoying programs. Some classic ones, depending on the manufacturer, are:

  • Lenovo: Lenovo PowerDVD, OneKey Recovery, Solution Center, Energy Management, Lenovo YouCam.
  • Dell: Dell Support Center, DataSafe, Stage, Edoc Viewer, Roxio Creator, Bing Bar.
  • Acer: Acer Updater, Welcome Center, eRecovery Management, Nero 9 Essentials, MyWinLocker Suite.
  • ASUS: Asus WebStorage, Live Update, FancyStart, SmartLogon, Power4Gear Hybrid.
  • Sony: VAIO Care, Media Gallery, PlayMemories, Gate, ArcSoft WebCam, VAIO Smart Network.
  • Toshiba: Recovery Media Creator, Web Camera App, Bulletin Board, Face Recognition, ConfigFree.

There's also native Windows bloatware like Alarms & Clock, Calculator, Contacts, Mail & Calendar, Photos, Groove Music, Paint 3D, Xbox, Movies & TV, Your Phone, Microsoft Solitaire Collection, and more.

Manual methods to remove pre-installed applications in Windows

Let's now look at all the possible methods, from simplest to most advanced, for removing bloatware and native apps, both in Windows 10 and Windows 11.

1. Using Windows Settings (for basic users)

The most common option is from the Settings menu:

  • Click the button Home and search Configuration ("the gear").
  • Choose Applications and then Applications and features.
  • Review the list of programs and locate the one you want to remove.
  • Click on the app and press uninstall. Follow the instructions on the screen.

Some applications, especially those from Windows, They do not allow to be uninstalled by this method: The button will appear gray or not at all. But it works with many of the manufacturer's programs and quite a bit of traditional bloatware.

2. From the Start menu (right click)

Another quick way is to right-click on the application from the Start menu and choose uninstallThis method is typically only enabled for certain UWP apps or those installed from the Microsoft Store.

3. Uninstall native Windows 10 and 11 apps using PowerShell

Here we get a little more technical, but the process is pretty straightforward:

  • Click Start, search PowerShell, right click and choose Run as administrator.
  • Run this command to see all installed apps:
    Get-AppxPackage
  • Find the exact name of the app you want to remove in the list.
  • Run the following to remove it (replace AppName with the actual name):
    Get-AppxPackage *NombreDeLaAplicación* | Remove-AppxPackage

For example, to remove Groove Music:
Get-AppxPackage zunemusic | Remove-AppxPackage

This command only affects the current userIf you have multiple users and want to delete the app for all of them:
Remove-AppxProvisionedPackage –Online –zunemusic

Important warning: Don't choose to remove system-critical apps, as this could leave Windows unstable.

List of code names for native Windows 10 and 11 apps

  • 3D Builder: 3dbuilder
  • Alarms and clock: Alarms
  • Calculator: calculator
  • Calendar and Mail: communications apps
  • Camera: room
  • Movies and TV: Zunevideo
  • Get Office: officehub
  • Skype: skypeapp
  • Get Started: getstarted
  • Groove Music: ZuneMusic
  • Maps: maps
  • Posts: messaging
  • Microsoft Solitaire Collection: click here.
  • News: bingnews
  • OneNote: OneNote
  • Photos: gallery
  • Voice recorder: sound recorder
  • Weather: bingweather
  • Xbox: xbox

4. Remove applications using the program's uninstall tool

Some programs, especially third-party or manufacturer-made ones, have their own uninstaller:

  • Find the program in the Start menu, open its folder and locate the uninstaller (a file uninstall.exe or similar).
  • Double-click and follow the instructions.
  • You can also find these uninstallers in the installation folder, accessed through File Explorer.
  HomeGroup cannot be configured in Windows 10 8.1 or 7

5. Classic Control Panel

In Windows 10 and 11 versions you can still access the Control panel > Programs and Features, select the unwanted program and press uninstall. It's a traditional method that still works pretty well with Win32 programs (not modern UWP apps).

6. Task Manager to close blocked processes

If a program refuses to uninstall because it is in use, you can:

  • Open the Task Manager (Ctrl+Shift+I).
  • Locate the application process and choose Finish homework.
  • Please try uninstalling again using any of the above methods.

7. Safe Mode

In very rebellious cases, restart in safe mode (from Settings > Update & Security > Recovery or by pressing F8 at startup) and try uninstalling the program from there.

8. System Restore

If you installed some bloatware by mistake or the system is unstable, you can restore Windows to a previous point from Settings > System > Information > System Protection.

9. Clean up “ghosts” in the Control Panel

Sometimes, after uninstall programs, orphaned entries remain in the list. To clean up these remnants, it's recommended to carefully use registry cleaners, although it's best not to touch the registry manually unless you're an advanced user.

Third-party tools to remove bloatware on Windows

Win11 Debloat

If manual methods do not convince you, there are specialized tools and third-party scripts that automate the process and allow you to remove applications that can't be deleted conventionally. Let's look at the most recommended and current ones:

1. Windows10Debloater and Win11Debloat

These are PowerShell-based scripts and small applications capable of instantly removing most of the typical bloatware from Windows 10 and Windows 11. They are free and open source.

How are they used?

  1. Open PowerShell as administrator.
  2. For Windows 10: You can use the command:
    iwr -useb https://git.io/debloat|iex
  3. For Windows 11: Run:
    & ([scriptblock]::Create((irm "https://win11debloat.raphi.re/")))
  4. A window will automatically appear with options to remove massive bloatware, disable telemetry, ads, and other intrusive features.
  5. You can select Remove all bloatware to delete everything, or make a custom selection.

Caution: These scripts can delete important apps and services if the list isn't reviewed carefully. It's a good idea to create a backup beforehand.

2. Bloatbox

Especially useful for Windows 10, Bloatbox is free, portable (no installation required), and extremely lightweight. It allows you to view all applications installed, both system and user, and selectively delete them in a simple way.

Advantages: You can add and remove apps from a list, view system apps, and delete multiple apps at once. However, if you don't recognize a name, it's best to search for it online first to avoid deleting critical apps.

  Repair: WhatsApp Video Calls Not Engaged on iPhone

3. 10AppsManager

Another very easy-to-use tool, also free and portable. Once the downloads and run, you will see a visual listing of all the pre-installed Modern apps from Windows 10. You can remove them individually or all at once. It also allows you to restore apps if you need them later.

4.chemo

Chemo goes a step further by allowing you to remove built-in features like Cortana, as well as classic bloatware. It's also portable and very lightweight. If the bloatware reappears after any update, simply run Chemo or 10AppsManager again.

5. CCleaner

A more general-purpose solution. CCleaner allows you to delete applications and programs, both native and third-party, and clean up traces left behind after uninstalling them. It's powerful and requires some practice to take advantage of all its features without removing unnecessary items.

6. Windows 10 App Remover

Specialized in removing preinstalled software on Windows 10. Just tap the app you want to remove and that's it. It's free, portable, and easy to use, even for novice users.

Deep Uninstall: Format your computer and reinstall Windows from scratch

In extreme situations, or if you want to leave your equipment as if it came out of the factory but without any bloatware, the best option is to perform a clean installation of windowsThis way, you erase all content, including programs added by the manufacturer, and only install what you really need.

Windows has several tools for this:

  • Refresh Windows Tool (on Windows 10): Allows you to reinstall the system by deleting non-native apps, including unwanted Microsoft apps (such as Office, OneDrive, etc.).
  • Reset this PC: From Settings > System > Recovery you can choose to keep only your personal files or erase everything.
  • Media Creation Tool: Recommended to reinstall Windows 10 or 11 from scratch using a USB or DVD.

Remember to have your Windows license or your Microsoft account. Back up your personal files before performing a clean reinstallation.

This method ensures that, after the reinstallation, the system only has the essential software that you deliberately choose to add. However, some Microsoft apps may be automatically reinstalled along with Windows 10 and 11 after the upgrade or installation.

Restore removed pre-installed apps in Windows

If you change your mind and want to recover the deleted Windows apps, you can reinstall them using PowerShell:

Get-AppxPackage -AllUsers | Foreach {Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppxManifest.xml"}

This reinstalls all system apps for all users. Some third-party utilities, such as 10AppsManager, also allow you to easily restore individual apps.

Leave a comment