How to Uninstall Amazon Prime Video

uninstalltips

Amazon Prime Video is a digital streaming service that provides subscribers with access to a wide range of movies, TV shows, original content, and exclusive titles. It is available on multiple platforms, including web browsers, smart TVs, mobile devices, and dedicated apps for Windows 10 and Windows 11. While many users enjoy its convenience, some may choose to uninstall the application due to subscription cancellation, performance issues, or a preference for alternative services such as Netflix or Disney+.

A complete uninstallation ensures that no residual files, registry entries, or cached data remain on the system, which could otherwise interfere with future installations or affect system stability. This guide outlines several methods to fully remove Amazon Prime Video from Windows 10 and Windows 11, while addressing differences between 32-bit and 64-bit operating systems. Each method includes detailed instructions, limitations, and success rate estimates.


Method 1: Uninstall via Settings (Apps & Features)

Step-by-Step Instructions:

For Windows 10:

  1. Press Win + I to open Settings.
  2. Navigate to Apps > Apps & Features.
  3. Scroll through the list until you locate Amazon Prime Video.
  4. Click on it and select Uninstall.
  5. Confirm the action and follow the on-screen prompts to complete the process.

For Windows 11:

  1. Open Settings (Win + I).
  2. Go to Apps > Installed apps.
  3. Use the search bar to locate Amazon Prime Video if necessary.
  4. Click the three-dot menu next to the app and select Uninstall.
  5. Confirm and proceed with the uninstallation steps.

Notes:

  • The Amazon Prime Video app is typically pre-installed on most Windows 10 and Windows 11 systems and is managed by the Microsoft Store.
  • This method does not require administrative privileges in most cases.

Disadvantages:

  • May leave behind cached files and user-specific configuration data.
  • Does not always remove all registry entries or local storage folders.

Success Rate: 75–85%


Method 2: Use PowerShell Command Line

Step-by-Step Instructions:

  1. Press Win + S, type PowerShell, right-click on Windows PowerShell, and select Run as administrator.
  2. To identify the installed package for Amazon Prime Video, enter the following command:
   Get-AppxPackage -AllUsers | Where-Object { $_.Name -like "*Amazon*" }
  1. Once identified, copy the full package name and execute the following command:
   Remove-AppxPackage <PackageFullName>

Replace <PackageFullName> with the actual package name retrieved in step 2.

  1. If the app was installed for all users, use the following command instead:
   Remove-AppxPackage -Package <PackageFullName> -AllUsers

Notes:

  • This method allows for precise removal of UWP (Universal Windows Platform) apps.
  • Works identically on both Windows 10 and Windows 11.

Disadvantages:

  • Requires familiarity with PowerShell commands and execution policies.
  • Incorrect usage may result in unintended removals or system instability.

Success Rate: 85–90%


Method 3: Manual Removal via File System and Registry Editor

Step-by-Step Instructions:

  1. Close the Amazon Prime Video app completely.
  2. Perform an initial uninstall using either Method 1 or Method 2.
  3. Navigate to the following directories and delete any folders related to Amazon Prime Video:
  • C:\Users\YourUsername\AppData\Local\Packages\*Amazon*
  • C:\Program Files\WindowsApps\*Amazon* (requires elevated permissions)
  • C:\Users\YourUsername\AppData\Roaming\Amazon
  • C:\Users\YourUsername\AppData\Local\Amazon
  1. Open Registry Editor (regedit) as Administrator.
  2. Back up the registry before proceeding.
  3. Delete any registry keys under:
  • HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\AppModel\Repository\Packages\*Amazon*
  • HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\AppModel\Repository\Packages\*Amazon*

Notes:

  • This method should only be performed by advanced users familiar with the Windows registry.
  • Incorrect deletions can cause system-wide issues or affect other UWP applications.

Disadvantages:

  • High risk of damaging the system if executed improperly.
  • Time-consuming and complex for non-technical users.

Success Rate: 80–90% (with caution)


Method 4: Use Perfect Uninstaller Software

Step-by-Step Instructions:

  1. If not already installed, download Perfect Uninstaller from its official website.
  2. Launch the software after installation.
  3. From the list of installed programs, locate Amazon Prime Video.
  4. Select the program and click Uninstall.
  5. Follow the on-screen instructions to complete the uninstallation process.
  6. After removal, use the built-in Scan for Leftovers feature to detect and delete remaining files, folders, and registry entries.
  7. Restart your computer to finalize changes.

Notes:

  • Perfect Uninstaller automatically detects and removes leftover components.
  • Compatible with both Windows 10 and Windows 11, and supports both 32-bit and 64-bit architectures.

Advantages:

  • More thorough than standard uninstallers.
  • User-friendly interface suitable for non-technical users.

Disadvantages:

  • Requires downloading third-party software.
  • Free version may have limited functionality unless upgraded to the full license.

Success Rate: 95–98%


Final Thoughts & Professional Recommendation

Each method for uninstalling Amazon Prime Video presents different levels of effectiveness and complexity. For general users, Method 1 (via Windows Settings) is the most straightforward and safest option. However, if residual data remains or a deeper cleanup is required, Method 4 (Perfect Uninstaller) offers the highest degree of completeness and reliability.

As a professional, I recommend starting with native Windows tools before resorting to third-party solutions. That said, utilities like Perfect Uninstaller are invaluable when dealing with persistent leftovers or preparing for a clean reinstallation of alternative applications. Always ensure to back up important data before performing manual deletions or registry edits.

In conclusion, while basic uninstallation methods are sufficient for most scenarios, achieving a truly clean removal often requires additional steps or specialized tools. Understanding the distinctions between 32-bit and 64-bit systems, as well as differences between Windows 10 and Windows 11, is essential for ensuring a successful and complete uninstallation of Amazon Prime Video.

Tags:

No responses yet

Leave a Reply

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

Latest Comments
No comments to show.