Amazon Prime Video is a popular streaming service provided by Amazon, allowing users to watch movies, TV shows, original content, and live sports directly on their devices. While the service is accessible via web browsers, it also has a dedicated Windows app available on both Windows 10 and Windows 11. Some users may want to uninstall Amazon Prime Video due to lack of use, system optimization, or preference for using the browser version.
This guide provides several methods to completely uninstall Amazon Prime Video from your Windows system. Special attention will be given to differences between 32-bit and 64-bit systems, as well as variations in Windows 10 and Windows 11. Each method includes detailed steps, key points, precautions, success rate estimates, and an analysis of its drawbacks. The final method introduces Perfect Uninstaller, a third-party tool designed for deep software removal. The conclusion offers a professional perspective on best practices for uninstalling built-in apps like Amazon Prime Video.
Method 1: Uninstall via Settings App (Windows 10 / Windows 11)
Steps:
- Open Settings
- Press
Win + I
to open Settings.
- Go to Apps > Installed Apps
- In Windows 10, navigate to Apps > Apps & features.
- In Windows 11, go directly to Installed apps under the Apps section.
- Search for Amazon Prime Video
- Use the search bar at the top and type “Amazon Prime Video” or “Prime Video”.
- Uninstall the App
- Click on Amazon Prime Video, then click Uninstall.
- Confirm when prompted and wait for the process to complete.
Notes:
- Works identically on both 32-bit and 64-bit systems.
- Fully compatible with Windows 10 and Windows 11.
- This method only removes the UWP (Universal Windows Platform) version — not browser-based usage.
Success Rate:
- ~85–90% successful removal of the installed app package.
Drawbacks:
- Does not remove residual data or cache files unless manually deleted.
- Cannot uninstall built-in system components or deeply embedded entries.
- Not suitable for removing all traces of the app.
Method 2: Using PowerShell (For Complete Removal)
This method is especially useful if you’re unable to uninstall Amazon Prime Video via Settings or want to ensure full removal across all user accounts.
Steps:
- Open PowerShell as Administrator
- Right-click the Start menu > Windows Terminal (Admin) or PowerShell (Admin).
- List Installed App Packages
Get-AppxPackage -AllUsers | Where-Object { $_.Name -like "*PrimeVideo*" }
- This will display details about the Amazon Prime Video app package.
- Remove the Amazon Prime Video App Package
Get-AppxPackage -AllUsers | Where-Object { $_.Name -like "*PrimeVideo*" } | Remove-AppxPackage
- Optional: Prevent Reinstallation (Advanced)
- To stop the app from reinstalling during updates:
powershell $manifest = (Get-AppxPackageManifest -PackageName "PackageNameHere") Add-AppxPackage -DisableDevelopmentMode -Register $manifest.Path
Notes:
- Works on both Windows 10 and Windows 11.
- Must be executed by an administrator.
- Can affect multiple user profiles depending on how it’s run.
Success Rate:
- ~97–99% complete removal of app package and associated data.
Drawbacks:
- Requires technical knowledge and command-line familiarity.
- Risk of accidental execution of wrong commands.
- Not recommended for novice users without guidance.
Method 3: Manual File and Data Cleanup (Post-Uninstall)
After uninstalling via either Settings or PowerShell, you can perform manual cleanup to remove any remaining files or registry entries.
Steps:
- Delete App Data Folders
- Navigate to:
C:\Users\YourUsername\AppData\Local\Packages\*PrimeVideo*
- Delete any folders related to Amazon Prime Video.
- Clear Temp Files
- Delete:
C:\Users\YourUsername\AppData\Local\Temp\PrimeVideo*
- Optional: Clean Registry Entries
- Open Registry Editor (
regedit
) as admin. - Navigate to:
HKEY_CURRENT_USER\Software\Amazon HKEY_LOCAL_MACHINE\SOFTWARE\Amazon
- Delete these keys if they exist.
- ⚠️ Warning: Always back up the registry before making changes.
Notes:
- This method requires technical expertise.
- Works on both 32-bit and 64-bit systems.
- Especially useful for advanced users or system administrators.
Success Rate:
- ~95–97% complete removal if executed properly.
Drawbacks:
- Time-consuming and error-prone.
- Risk of accidental file or registry deletion.
- Not recommended for novice users.
Method 4: Using Perfect Uninstaller (Third-Party Tool)
Perfect Uninstaller is a powerful utility designed to perform deep and comprehensive software removal, including leftover files, registry entries, and cached data that standard uninstallers often miss.
Step-by-Step Instructions:
Step 1: Download Perfect Uninstaller
- Visit the official website of Perfect Uninstaller (ensure it’s a trusted source).
- Download the correct version based on your system:
- 32-bit systems: Install 32-bit version.
- 64-bit systems: Install 64-bit version for full compatibility.
Step 2: Install and Launch the Software
- Run the installer and follow the setup instructions.
- Launch the application after installation.
Step 3: Locate Amazon Prime Video
- In the main interface, scroll through the list of installed programs.
- Find “Amazon Prime Video” or “Prime Video UWP App” and click on it.
Step 4: Initiate Uninstallation
- Click the Uninstall button.
- The tool will begin removing Amazon Prime Video, displaying real-time progress.
- During uninstallation, it will remove:
- Application files
- Registry entries
- Startup items
- User-specific data
Step 5: Perform Deep Cleanup
- After uninstalling, use the Scan for Leftovers feature.
- Let the tool scan for any remaining files or registry fragments.
- Select all found items and click Delete to ensure a clean system.
Notes:
- Perfect Uninstaller offers automated and comprehensive removal.
- Works seamlessly on both Windows 10 and Windows 11.
- Ideal for users who want to avoid manual file hunting and registry editing.
Success Rate:
- ~98–100% complete removal, depending on software version and database updates.
Drawbacks:
- Requires downloading third-party software, which may raise security concerns.
- Some versions may include bundled software or ads.
- Paid versions often offer better support and functionality.
Conclusion
Uninstalling the Amazon Prime Video app on Windows can vary in effectiveness depending on the method used. For basic removal, the Settings app method is sufficient and user-friendly, while PowerShell provides deeper system-level control and higher success rates. Manual cleanup ensures thoroughness but demands technical knowledge. Among all options, Perfect Uninstaller stands out as the most effective solution for guaranteed, complete removal of all app-related files and registry entries.
From a professional standpoint, while native tools are adequate for casual users, Perfect Uninstaller offers the highest reliability and ease of use, especially for those unfamiliar with PowerShell or manual file management. With a success rate of up to 98–100%, it’s ideal for maintaining a clean, optimized system free from unnecessary bloatware.
However, always verify the authenticity and safety of third-party tools before installation to prevent potential malware or unwanted software. Whether you’re streamlining your system, troubleshooting issues, or simply no longer using the app, understanding how to fully remove Amazon Prime Video empowers you to maintain a secure and efficient computing environment.
In summary, while Windows offers several ways to uninstall apps like Amazon Prime Video, Perfect Uninstaller remains the best choice for deep, safe, and guaranteed removal — especially for non-technical users seeking a one-stop solution.