"advised that I cannot uninstall" - Advised by what mechanism? Something in Windows itself? If antivirus/firewall (e.g., third-party security software) is interfering, temporarily disable it or add exceptions for Apple processes.
First, Try These Safer/Standard Steps (Often Resolve Blocking Issues)
Sign out of iCloud first (this is a frequent fix for grayed-out or blocked uninstall buttons):
- If the iCloud app opens → sign out from within the app.
- If not → open Task Manager (Ctrl + Shift + Esc) > Details tab > look for and end tasks like iCloud.exe, iCloudServices.exe, ApplePhotoStream.exe, or similar Apple/iCloud processes.
- Restart the PC, then try uninstalling again.
Use the official uninstall paths:
- Go to Settings > Apps > Apps & features (or Installed apps in newer Windows versions) → search for iCloud → click it → choose Uninstall.
- If not listed or blocked → try via Control Panel > Programs and Features → right-click iCloud → Uninstall.
- Restart after any partial success.
Re-download the installer and use its Remove/Repair option:
- Download the latest iCloud for Windows installer from Apple's site (Set up iCloud for Windows on your PC - Apple Support or search "download iCloud for Windows").
- Run the downloaded iCloudSetup.exe — it often detects the existing install and offers Remove (or Repair) instead of just installing. Choose Remove and follow through.
More Aggressive Force Uninstall Methods (If Still Blocked)
- Boot into Safe Mode:
- Restart PC while holding Shift → Troubleshoot → Advanced options → Startup Settings → Restart → choose option 4 or 5 for Safe Mode.
- In Safe Mode, try the Settings > Apps > Uninstall or Control Panel method again (fewer background processes interfere).
- Kill the installer process mid-uninstall (if it hangs):
- Start the uninstall normally.
- If it freezes (e.g., at "removing backup files"), open Task Manager → Processes/Details tab → find and end msiexec.exe (Windows Installer process).
- This can force-abort without rollback, allowing a clean reinstall afterward (some older reports note this works, though use cautiously).
- Third-party uninstaller tools:
- Download and run a tool like Revo Uninstaller (free version available) — it can force-remove stubborn programs, scan for leftovers (files/registry), and clean up Apple-related remnants like Bonjour or Apple Application Support.
- Command-line / PowerShell force removal (advanced; run as Administrator):
- Open PowerShell as admin.
- Try: Get-AppxPackage *iCloud* | Remove-AppxPackage (if it's the Microsoft Store version).
- Or use WMIC: wmic product where name like 'iCloud%' call uninstall (or specify exact name like 'iCloud' after checking via wmic product get name).
- These can bypass GUI blocks in some cases.
After Uninstall (for Clean Reinstall)
- Delete leftover folders (if they remain):
- C:\Program Files\Common Files\Apple\
- C:\Program Files (x86)\Common Files\Apple\
- C:\Program Files\iCloud\
- %AppData%\Apple Computer\
- %LocalAppData%\Apple Computer\
- Restart the PC.
- Re-download and install fresh from Apple.