Microsoft has quietly pulled the plug on three long-standing Windows 11 apps—Mail, Maps, and Movies & TV—marking the most aggressive cleanup of built‑in bloatware in years. As of December 31, 2024, the classic Mail and Calendar apps stopped sending and receiving messages, while the Maps app will vanish from the Microsoft Store by July 2025. The Movies & TV storefront already halted new purchases on July 18, 2025. These retirements aren’t just trivia; they’re a signal that Microsoft wants you to yank out the old, redundant bits of Windows and move to a leaner, web‑first future.

For power users and casual owners alike, the timing couldn’t be better. A fresh wave of community debloat guides, paired with Microsoft’s own documentation, confirms that at least ten preinstalled apps are safe to remove right now—freeing up gigabytes of storage and decluttering an already crowded Start menu. We cross‑referenced Microsoft’s support articles, the original source from MakeUseOf, and the latest chatter on Windows enthusiast forums to give you the definitive hit list, complete with removal steps, caveats, and restore options.

Why Microsoft is killing its own apps

Windows has always shipped with a grab bag of extras, from the nostalgic Solitaire to utilitarian tools like Sound Recorder. But that calculus changed as Microsoft consolidated its ecosystem around web‑powered experiences. The new Outlook app replaced the legacy Mail, Calendar, and People trio; web‑based mapping services made a dedicated desktop Maps app redundant; and the death of digital movie sales turned Movies & TV into an empty storefront. Microsoft’s support pages confirm the timeline: Mail support ended on December 31, 2024, after which the app became view‑only. Maps is officially deprecated and set for removal from the Microsoft Store by July 2025, while the Movies & TV purchasing pipeline was closed on July 18, 2025.

These moves reflect a broader strategy. Instead of maintaining a patchwork of native clients, Microsoft is funneling users toward unified, subscription‑backed hubs like Microsoft 365 Copilot and the Widgets board. The result is a cleaner Windows image—but only if you actually uninstall the now‑dead weight.

The real gains and hidden risks of debloating

Removing unused apps isn’t just a cosmetic exercise. On a typical 256 GB or 512 GB laptop, you can claw back anywhere from 500 MB to over 3 GB, depending on how many apps you nuke. Beyond disk space, each eliminated app means one less background service chewing through CPU cycles, fewer subscription nags, and a Start menu that actually shows the tools you use daily.

But not all “bloat” is harmless. Some preinstalled apps are deeply woven into Windows: the Camera app, for instance, ties into video conferencing previews, and Feedback Hub is Microsoft’s official bug‑reporting channel. Removing them carelessly can break edge‑case workflows or make troubleshooting harder. As the community cautions, always create a System Restore point before you pull the trigger. In managed enterprise environments, IT admins should stick to Group Policy or MDM controls rather than letting users go on an uninstall spree.

The 10 most useless Windows 11 apps—and what to do about them

Every app below has been scrutinized against Microsoft’s retirement announcements, third‑party guides, and real‑world user experiences. We’ve noted the official status, safe removal conditions, and recovery options.

1. Mail & Calendar (and People)

After December 31, 2024, the classic Mail and Calendar apps no longer send or receive email—they’re read‑only shells. Microsoft now pushes users to the new Outlook for Windows. If you’ve already migrated to Outlook, Thunderbird, or a web client, the legacy app is dead weight. Caveat: If you have local PST files or offline POP archives, export them before uninstalling. Microsoft provides an export wizard for the transition.

2. Camera

Most people fire up the Camera app once to test their webcam and never again. Your phone is a far better camera, and conferencing tools like Teams, Zoom, and Google Meet already have built‑in preview and adjustment panels. Windows 11’s own Settings app (Bluetooth & devices > Cameras) now offers a live webcam preview, making the standalone app redundant for nearly everyone. Unless you regularly snap photos on your laptop, uninstall it.

3. Movies & TV

With the Microsoft Store flicking the off switch on movie and TV purchases (July 18, 2025), this app is a storefront with nothing to sell. Your previously purchased content still plays for now, but the buying workflow is gone. If you don’t own any titles through Microsoft, the app is useless. If you do, verify access and consider migrating to Movies Anywhere (where supported) before you remove it.

4. Maps

Microsoft officially deprecated the Maps app, and it will be pulled from the Microsoft Store by July 2025. It’s no longer included with new Windows 11 installations. Since web‑based Bing or Google Maps run circles around the desktop app in features and accuracy, there’s no reason to keep it. Uninstall now—just remember that any locally saved routes or map pins will vanish.

5. Microsoft Solitaire Collection

Solitaire is a classic time‑waster, but the modern ad‑laden bundle doesn’t hold the same charm. Browser‑based card games are just a click away, and they rarely gate progress behind videos. Unless you’re nostalgic or need offline play during Wi‑Fi outages, remove it. Recovery is a single click from the Microsoft Store.

6. Microsoft News

This dedicated news app is the unloved middle child. Windows already delivers a personalized feed through the Widgets panel and Edge’s new tab page. Triplicating the same content across three different surfaces makes no sense. If you read news on your PC, stick to the Widgets board and uninstall Microsoft News.

7. Feedback Hub

Designed for bug reports and feature suggestions, Feedback Hub is essential for Windows Insiders and support‑minded users. The rest of us, however, never open it. You can safely uninstall it without affecting system stability, but keep it if you frequently troubleshoot devices or want to file diagnostics with Microsoft.

8. Microsoft 365 Copilot (the app)

This app is a glorified shortcut to the Microsoft 365 web portal, with an AI assistant bolted on top. Without a paid Microsoft 365 subscription, it offers almost nothing beyond what a browser tab provides. Even subscribers may find its features redundant. If Copilot’s generative AI isn’t part of your daily workflow—and many users complain it’s more hype than help—uninstall it without guilt.

9. Sound Recorder

The bare‑bones audio recorder is fine for quick voice memos, but your phone almost certainly captures better sound. For serious recording, free tools like Audacity offer multi‑track editing, noise reduction, and export options the built‑in app can’t match. Remove Sound Recorder unless you absolutely need the simplest possible capture tool.

10. Weather

The full Weather app brings radar maps, forecasts, and alerts, yet most of that info already lives in the taskbar news widget and your phone’s lock screen. If you just want a quick “will it rain?” check, the Widgets panel does it faster. Uninstall the app unless you regularly rely on its detailed radar views.

A safe, repeatable removal checklist

Don’t go on an uninstalling rampage without a backup plan. Follow these steps to avoid regrets:

  1. Create a System Restore point (Settings > System > About > System protection). For extra safety, use a disk imaging tool.
  2. Export app‑specific data—Mail PST files, any Movies & TV purchase confirmations, Maps favorites.
  3. Use the native uninstaller first: Start > Settings > Apps > Installed apps, then click the app and choose Uninstall.
  4. If an app refuses to uninstall, turn to PowerShell (as Administrator):
    powershell Get-AppxPackage *appname* | Remove-AppxPackage
    Replace *appname* with the real package name (e.g., *camera*).
  5. Reboot and test critical workflows: email, webcam in meetings, file search.
  6. If something breaks, reinstall the app from the Microsoft Store or use a System Restore point.

How to get an app back if you change your mind

Almost all these apps are just a Store download away. Search for the app by name and hit Install. In rare cases where the Store listing is gone (as Maps soon will be), you may need to restore it from a backup image. Power users can also re‑register app packages with this PowerShell command:

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

Enterprise IT can push reinstalls through Intune or Configuration Manager if needed.

The bigger picture: what Microsoft’s cleanup means for Windows 11

Microsoft’s willingness to retire its own apps is a double‑edged sword. On one hand, it streamlines Windows and reduces the “crapware” perception. On the other, it forces users toward always‑online, subscription‑based alternatives, raising concerns for offline workflows and data privacy. The new Outlook, for instance, can store emails for offline access, but its full integration with Microsoft 365 services is a leap from the old Mail app’s simplicity. Similarly, the Copilot app’s AI features come with explicit warnings about factual accuracy, and many see it as a tease to sell subscriptions.

Power users have raised valid flags: just because an app is “useless” for many doesn’t mean it’s spyware. Claims that native apps secretly harvest data should be verified through Task Manager or Windows’ privacy dashboards, not taken at face value. Microsoft publishes extensive telemetry documentation, and general dissatisfaction with preinstalled apps doesn’t equal malicious intent.

Final verdict: what to remove, what to keep

For the average home machine, the strongest candidates for removal are Mail & Calendar (post‑migration), Camera, Maps, Movies & TV (if you own no content), Solitaire, News, Sound Recorder, and Weather. Feedback Hub and Microsoft 365 Copilot fall into the “maybe” column—ditch Feedback Hub if you never file bug reports; keep Copilot only if your employer pays for it and you actually use AI‑powered Office features.

Start small. Remove one or two low‑risk items, use your PC for a day, and see if anything feels off. The goal isn’t a bare‑metal install but a personalized, clutter‑free workspace. Microsoft’s pruning is your opportunity to reclaim control—just keep a restore point handy. The result is a faster, cleaner Windows 11 that respects your time and storage.