Microsoft's Movies & TV app—the built-in Windows player for purchased videos—has quietly enforced a strict five-device download limit for years. What many users don't realize is that removing a device from that list comes with its own frustration: you can only remove one device every 30 days. With Microsoft having stopped selling new movies and TV shows through the Microsoft Store, managing your existing purchases and download devices has never been more important.

The Five-Device Limit and the 30-Day Removal Rule

When you buy a movie or TV show from the Microsoft Store and download it for offline viewing through the Movies & TV app, that device is automatically added to your account's list of authorized download devices. You can have up to five devices at any given time. Want to add a sixth? You'll need to remove one first—but you can only remove one device every 30 days.

This isn't a new policy, but Microsoft's official support documentation has laid it bare with a clarity that many users may have missed. The five-device cap applies only to downloads—streaming purchases is not restricted, provided you're signed in. The removal cadence, however, is fixed: "You can only remove one device every 30 days." There's no override, no customer support workaround. If you remove a device today, you'll wait a month before you can free up another slot.

For users who routinely cycle through devices—tablets, laptops, home theater PCs, family shared devices—this can become a headache quickly. The app does not warn you when you're approaching the limit; you only find out when a download fails. And because the device association is automatic upon purchase, simply signing in and buying a film on a new device pushes you closer to the cap without any confirmation.

Why Device Management Matters More Now

Microsoft's decision to stop selling new movies and TV shows through the Microsoft Store (a change that began rolling out in late 2024) doesn't strip you of your existing library, but it does raise the stakes for preserving access. You can still play and download previously purchased content on supported devices, but if you lose access to a device or accidentally max out your slots, you can't just buy a replacement license. Your library is frozen.

The removal rule also creates a perilous cycle if you're troubleshooting. Suppose you try to add a new tablet to your download list, hit the limit, and remove an old device. If you later realize the old device still had content you needed offline, you can't simply re-add it—you'll either need to wait 30 days or remove yet another device (but you're locked from removing another). This can leave you without offline access to your purchased movies on the device you want for a full month.

For U.S. users who have linked their Microsoft account to Movies Anywhere, there's some relief. Eligible purchases sync to other retailers like Apple TV, Amazon Prime Video, and Vudu, so you may be able to download or stream from those platforms without consuming a Microsoft device slot. But Movies Anywhere doesn't cover every title, and it requires initial setup. If you haven't connected it, now is the time.

How to Check and Remove Devices

Microsoft provides a simple in-app menu to view your download devices:

  1. Open the Movies & TV app.
  2. Click the Settings gear icon or go to the app's settings pane.
  3. Select Show my download devices (or Download devices on some builds).

A pop-up lists every device where your account is authorized to download purchased content. You'll see device names—sometimes generic like "Windows PC" or more specific if you've named them in your Microsoft account settings.

To remove a device:

  1. Sign in to the Movies & TV app on the device you want to remove. (Yes, you must be physically using that device.)
  2. Go to Settings > Download devices.
  3. Select Remove this device.
  4. Confirm the removal. The app will delete any downloaded content from that device, and the license slot will be freed—but remember, you won't be able to remove another device for 30 days.

If you can't access the device because it's broken, lost, or sold, you're in a bind. Microsoft Support may be able to help in extreme cases, but the official policy is that removal must happen from the device itself. Planning ahead—removing a device before you hand it over or wipe it—is critical.

When the App Breaks: Troubleshooting for Power Users

If the Movies & TV app refuses to launch, won't display the device list, or behaves erratically, the standard UI won't help you manage your devices. Power users and IT administrators can attempt to re-register the app via PowerShell. These steps are advanced and should be followed carefully:

First, verify the app package exists by running PowerShell as Administrator:

Get-AppxPackage -AllUsers ZuneVideo

(Yes, the package name is still ZuneVideo, a remnant of the Zune era.) If the command returns a package name and install location, the files are present but possibly corrupted. Re-register the package with:

Get-AppxPackage -AllUsers Microsoft.ZuneVideo | ForEach-Object { Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml" }

If you encounter errors with an ActivityID, capture that GUID and run:

Get-AppPackageLog -ActivityID <GUID>

for detailed diagnostics. In stubborn cases where per-user data is corrupted, navigate to %LocalAppData%\Packages, find the folder starting with Microsoft.ZuneVideo_, and rename it to append .bak. Then rerun the re-registration command. This discards local settings but often restores functionality.

If system file corruption is suspected, run from an elevated Command Prompt:

DISM /Online /Cleanup-Image /RestoreHealth
sfc /scannow

These commands repair Windows system files and may fix underlying issues blocking the app.

Planning for the Long Haul

Given the immutable 30-day removal lock and the end of new sales, treat your five download slots like a precious resource. Here's a practical strategy:

  • Designate primary devices. Choose two or three devices you use most often for movie watching and reserve slots for them. Avoid automatically adding a device just because you signed in briefly.
  • Remove proactively. Before selling, gifting, or wiping a PC or tablet, open Movies & TV and remove it from your download devices. Don't leave it for later—the 30-day wait could clash with your need to set up a new device immediately.
  • Keep a written record. Jot down which devices are currently associated and the date of your last removal. Microsoft doesn't email you a summary, and the app's list can be opaque (a device named "DESKTOP-ABC123" may not help you identify it months later).
  • Leverage Movies Anywhere if eligible. In the U.S., linking your Microsoft account to Movies Anywhere can offload playback to other platforms, preserving your Microsoft slots for devices where you really need offline downloads. Even if you don't use it now, linking early ensures future purchases (from other retailers) stay synced.
  • Consider redundancy for must-have titles. For movies you can't bear to lose, explore legal backups or physical copies. Digital platforms can sunset features or change policies; Microsoft's store closure is a reminder that relying solely on a single vendor for long-term access is risky.

Outlook

Microsoft has given no indication that it intends to relax the five-device cap or the 30-day removal interval. With the consumer-facing store for video purchases now closed, the Movies & TV app is effectively in maintenance mode—still functional for existing libraries, but unlikely to see feature updates. The smartest move for Windows users is to audit their device list today, free up slots, and set up any cross-platform syncing that can future-proof their digital movie collection. Ignoring the limits until you hit the cap could mean a month of waiting on the wrong device at the worst possible time.