• Thread Author
Microsoft’s official guidance for the Movies & TV app clarifies how device association works, how to view the devices tied to your account, and how to remove a device when you reach capacity — but it also reveals practical limits and policy quirks that every Windows user who buys or downloads video content needs to understand. The app allows purchased movies and shows to be downloaded to a limited number of devices, adds devices automatically when you sign in and buy content, and restricts device removal to once every 30 days — facts that should shape how you manage your purchases and playback devices.

A Movies & TV hub connects multiple devices for offline downloads.Background and overview​

The Movies & TV app (also called Films & TV on some builds) is Microsoft’s built‑in player and storefront client for video content on Windows devices. Historically tied to Xbox Video and the Microsoft Store ecosystem, the app’s device‑association model governs where you can download and re‑download purchased content for offline use.
  • The app permits downloaded purchases on up to five devices (a hard limit for downloads).
  • Devices are associated automatically when you sign in to the Movies & TV app and make a purchase on that device.
  • Removing a device is restricted: you can remove a device but only one device every 30 days; this rule prevents rapid device churn and potential license abuse.
These are the core facts from Microsoft’s support pages and related guidance. They shape both consumer behavior (which device you pick for downloads) and troubleshooting steps when downloads fail because the device cap has been reached.

How to see which devices are associated (quick reference)​

Microsoft gives a simple in‑app UI for checking your download devices:
  • Open the Movies & TV app on the Windows device you’re using.
  • Open the app’s Settings.
  • Select Show my download devices (or Download devices on some UI builds). A pop‑up lists every device where your account can download previously purchased items.
This view is the authoritative place to confirm which devices are currently consuming your download allotment.

How to add a device (what actually happens)​

Adding a device to your Movies & TV device list is intentionally lightweight:
  • When you sign in to the Movies & TV app and purchase content, the app automatically associates that device with your account (no manual “pair” step required).
That automatic behavior makes it easy to expand the set of devices that can access your purchases — but it also means you should be deliberate about which device you use to buy or claim content if you’re near the 5‑device limit.

How to remove a device (step‑by‑step)​

If you need to free a slot, the app supports removing devices from the Download devices list — subject to the 30‑day rule.
  • Sign in to the device you want to remove (you must be signed in on that device to remove it).
  • Open the Movies & TV app.
  • Go to SettingsDownload devices (or Show my download devices).
  • Choose Remove this device. The app confirms that downloaded items will be removed from that device; you can re‑add it and redownload items later, subject to the association policy.
Important policy notes:
  • You can remove only one device every 30 days; plan removals carefully.
  • Rentals behave differently — rental playback is limited to the device on which the rental was made unless otherwise specified.

Practical examples and real‑world scenarios​

  • If you buy a movie on your laptop and later want it on a new tablet, simply sign in and download on the tablet — the tablet is added automatically. If you’ve already associated five devices, you’ll need to remove one (and wait if you’ve recently removed one).
  • If you inherit or sell a device, remove it through the app before handing it off. Because of the 30‑day cadence, failing to remove it when you’re still in possession could block you from adding a new device later.
  • If you are traveling and need to play purchases on a temporary device, add the device for the trip but be mindful that removing it afterwards consumes your 30‑day removal allowance for that device.

Common problems, diagnostics and fixes​

Even with a straightforward UI, users encounter several recurring issues. Below are the most common problems and step‑by‑step actions to resolve them.

Problem: “You’ve reached the device limit” when trying to download​

Symptoms: The app blocks a download and shows a message instructing removal of another device.
Fix:
  • Open Movies & TV → Settings → Show my download devices and confirm the five currently associated devices.
  • If you control one of the listed devices you no longer use, sign in there and use Remove this device.
  • If you don’t have physical access to a listed device, sign in to any available device that’s associated and check the list for candidates to remove; plan removals carefully because of the 30‑day wait.
If the UI doesn’t reflect the device you expect, or if the app behaves inconsistently, there are administrative fallbacks (below) for more advanced troubleshooting.

Problem: App missing, broken, or won’t show device list​

If the Movies & TV app is missing or malfunctioning, administrators and power users often rely on PowerShell to re‑register or reinstall the package. This is an advanced step — use it only if the app’s Settings UI doesn’t work and you’re comfortable with administrative commands.
  • Check whether the Movies & TV package exists:
  • Run PowerShell as Administrator and execute:
    Get-AppxPackage -AllUsers [I]ZuneVideo[/I]
  • If the package is present this command returns the package name, version and InstallLocation.
  • If the package exists but registration is broken, re‑register it:
    Code:
    Get-AppxPackage -AllUsers Microsoft.ZuneVideo | ForEach-Object {
      Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"
    }
    This forces Windows to rebuild the app’s registration. Reboot or sign out/in afterward.
  • If the package files are still on disk but the package is missing, you can re‑register AppX manifests from the WindowsApps or SystemApps folders. Use caution: these scripts produce many expected errors for legitimately missing packages and should be run by experienced users or admins.
  • If Add-AppxPackage errors reference an ActivityID (GUID), capture that GUID and run:
    Get-AppPackageLog -ActivityID <GUID>
    to obtain a more detailed diagnostic log.
  • If Add-AppxPackage fails because of leftover per‑user data, rename the per‑user package folder:
  • Close the app.
  • Open Explorer → %LocalAppData%\Packages
  • Find the folder that begins with Microsoft.ZuneVideo_ and append “.bak”.
  • Re-run the re‑register command above. This preserves the original folder while forcing the app to recreate fresh state — but it also discards any app‑specific settings stored there.
  • If system component corruption blocks registration, run these from an elevated Command Prompt:
  • DISM /Online /Cleanup-Image /RestoreHealth
  • sfc /scannow
    Then retry re‑registering the package.
These steps are drawn from experienced Windows admin workflows and community troubleshooting guidance; they are powerful but consequential, so back up data and follow each command carefully.

Policy, DRM and long‑term access implications​

Device association is not just a convenience — it’s a core piece of how digital rights are enforced. Be aware of these policy realities:
  • Device limits are an enforcement mechanism: the five‑device download cap prevents uncontrolled copying and is part of the license enforcement model. Plan device allocation accordingly.
  • Rentals are more restrictive: rental titles are usually tied to the specific device used for purchase. That means rentals are poorly suited to device hopping.
  • Store closure context (what this means for purchases): Microsoft has recently stopped selling new movies and TV shows through the Microsoft Store, though previously purchased content remains available to play and download on supported devices. This change affects the ability to buy new content from the platform going forward; it doesn’t immediately remove access to items you already own. If you rely on Microsoft for a long‑term archive, consider export or alternate sync options where supported (e.g., Movies Anywhere in the U.S.).
  • Cross‑service synchronization: In the U.S., Movies Anywhere can sync eligible purchases between participating retailers (Apple, Amazon, Google, Vudu, etc.), providing an extra layer of redundancy for purchases if your region and titles are supported. This is an important consideration if you want to preserve access across ecosystems.

Best practices for managing your Movies & TV devices​

  • Consolidate primary devices: designate a small set of primary devices for downloads (e.g., one desktop, one laptop, one tablet, and two mobiles) to avoid hitting the limit unexpectedly.
  • Remove before you sell or hand off: remove a device before transferring ownership. The 30‑day removal cadence can otherwise lock you out of cleanly reassigning the slot.
  • Document device ownership: maintain a short list of which devices you’ve associated and when you last removed any — the 30‑day rule makes timing important.
  • Backup metadata where possible: while the Movies & TV app manages downloads and licenses, maintain a separate record of purchases (receipts, order history in your Microsoft account) to ease any support interactions.
  • Consider redundancy: for movies you care about long term, use Movies Anywhere (if eligible and available in your country), use a local backup of legal, non‑DRM copies where permitted, or keep physical media. The store closure highlights the fragility of a single‑vendor archive.

Security and privacy considerations​

  • Signing into the Movies & TV app links device identity to your Microsoft account. Treat your account credentials as sensitive, enable multi‑factor authentication, and monitor device lists in your Microsoft account for unexpected entries.
  • Removing a device through the app not only releases a license slot but also removes local downloaded copies; confirm you have any necessary backups before removal.
  • When following PowerShell or DISM/SFC troubleshooting steps, run commands from an elevated administrative context and understand the implications — these commands modify system state and, in some cases, application‑specific data.

What to do if you need help​

  • Use the Movies & TV app’s Settings → Show my download devices to confirm your list and attempt removal.
  • If the app is missing or misbehaving, attempt the re‑register steps above (PowerShell) and then reboot.
  • If you hit unexpected license messages, gather your transaction receipts and device list and contact Microsoft Support for assistance. If a GUID/ActivityID appears during a failed registration, capture it and use Get-AppPackageLog to produce actionable diagnostics for support or community troubleshooting.

Final analysis — strengths, limits and risks​

Strengths
  • The Movies & TV app provides a straightforward, in‑app way to view, add and remove devices, making license management accessible to ordinary users.
  • Automatic device association simplifies legitimate use across multiple personal devices.
Limitations and risks
  • The five‑device download cap is a real constraint for users with many devices; casual device churn can quickly exhaust the allotment.
  • The once‑every‑30‑days removal rule creates a timing risk: a delayed removal can prevent adding a new device when you need it. Plan ahead.
  • Store changes and product deprecation (recently Microsoft stopped selling new movies/TV on the Store) increase the long‑term risk that the platform’s commercial model will shift, even if your current purchases remain accessible for now. Consider redundancy for important titles.
Bottom line: the Movies & TV device association system is simple and effective for routine use, but the fixed limits and policy constraints demand deliberate device management and occasional administrative troubleshooting for power users.

This feature consolidates Microsoft’s support guidance on device association and adds practical troubleshooting, administrative commands, and policy context so Windows users can make informed decisions about where and how to store their purchased movies and shows. For step‑by‑step confirmation, consult the Movies & TV app’s Settings → Show my download devices entry inside the app and use the administrative commands outlined above only when the UI fails to reflect expected behavior.

Source: Microsoft Support How to associate devices with the Movies & TV app in Windows - Microsoft Support
 

Settings window showing Offline Downloads with devices (PC, Tablet, Phone, Laptop) and a 5/5 status.How to associate (and manage) devices for the Movies & TV (Films & TV) app on Windows​

A practical, forum-ready guide for WindowsForum.com — what the official docs say, what changed recently, and step‑by‑step workflows and troubleshooting to keep your movie library working across your PCs and Xbox devices.
Short summary (TL;DR)
  • Purchased Movies & TV content tied to your Microsoft account can be downloaded to a maximum of five devices.
  • When you sign in and buy on a device it is automatically added; to remove a device you must sign into that device and use the app’s Settings → Download devices → Remove this device. You may only remove one device every 30 days.
  • Microsoft has stopped selling new movies and TV shows in the Microsoft Store (store closure announced in mid‑2025); however, previously purchased content remains available for playback and download on supported devices.
Why this still matters
  • Even though Microsoft no longer sells new entertainment content on the Store, many people still rely on Movies & TV to play and re‑download purchases they already own. Managing which devices are associated with your account controls where you can download purchased files for offline viewing and helps when you reach the five‑device limit.
What the official steps are (quick)
  • See which devices are associated
  • Open the Movies & TV (Films & TV) app on the Windows device.
  • Settings → Show my download devices. A popup lists devices associated to your account.
  • Add a device
  • Sign in to the Movies & TV app and purchase content on that device; the device is added automatically.
  • Remove a device
  • Sign in on the device you want to remove.
  • Open Movies & TV → Settings → Download devices → Remove this device.
    Note: you can only remove one device every 30 days.
Deep dive — the rules and what they mean
  • “Up to five devices” — what’s counted
  • The limit is per Microsoft account for Movies & TV downloads: five devices total (this is the same limitation consistently documented in Microsoft support material). If you try to buy or download on a sixth device you’ll be blocked and prompted to remove one of the other devices.
  • Why purchases may be restricted even though playback still works
  • Microsoft stopped selling new titles (the storefront was closed in mid‑2025), but the Movies & TV app keeps supporting playback and downloads of content you previously bought. That’s why device association and the five‑device limit remain relevant for existing purchases, even though new purchases are no longer offered from Microsoft.
  • The 30‑day removal restriction — practical effect
  • The rules let you remove a device, but only one device every 30 days. In practice: plan removals carefully (for example before giving away or selling a PC), because you cannot mass‑flush devices to free slots — you are rate‑limited.
Step‑by‑step: view devices and free up a slot (with screenshots you can expect)
  • View devices (full steps)
  • Start → open Movies & TV (the app may be labeled “Films & TV” on some language/region builds).
  • Click the three‑dot menu or the gear (Settings).
  • Click “Show my download devices”. A popup lists each device name (and typically the platform). This dialog is read‑only for devices other than the one you’re signed in to.
  • Remove the device (exact method Microsoft documents)
  • Sign in on the device you intend to remove (you must be signed into that device).
  • Open Movies & TV → Settings → Download devices.
  • Click “Remove this device.” You’ll see a confirmation that the device will lose downloaded items; those downloads are removed locally but can be redownloaded later if you add the device again. Remember: only one removal per 30 days.
If you hit the five‑device limit (what the app will say)
  • When you attempt to purchase or redeem on an extra device, Movies & TV will show a message along the lines of “To download this rental/purchase, remove one of your other devices.” The resolution is to remove an existing device (using the method above) or sign back into one of your already‑associated devices to download there.
Troubleshooting: common problems and fixes
  • Problem: “I can’t remove a device — the dialog is read‑only.”
  • Explanation: The “Show my download devices” dialog is informational; to remove a device you must be signed in on that device and use the Download devices page in Settings to remove it. Several forum threads and Microsoft Community posts show users discovering the difference between viewing and removing devices.
  • Problem: Movies & TV app is missing or won’t reinstall from the Store
  • Quick fix (re‑register built‑in UWP package — admin PowerShell):
  • Open PowerShell as Administrator and run:
    Code:
    # Check whether the package exists
    Get-AppxPackage -AllUsers *ZuneVideo*
    
    # If present, re-register the package (copy/paste as a single command)
    Get-AppxPackage -AllUsers Microsoft.ZuneVideo | ForEach-Object {
    Add-AppxPackage -DisableDevelopmentMode -Register "$($_.InstallLocation)\AppXManifest.xml"
    }
  • If the built‑in package files still exist, re‑registering the AppXManifest recreates the registration and typically restores the app. This technique is the standard approach used by Windows admins and shown in community knowledge bases.
  • If the package is missing entirely:
  • You can try to reinstall via the Microsoft Store page for Movies & TV (availability varies). If Store reinstallation is not possible on your build/account, the forum guidance shows two fallback options:
  • Re‑register from on‑disk AppxManifest entries in C:\Program Files\WindowsApps or C:\Windows\SystemApps (if the package files remain on disk).
  • If registration fails repeatedly with HRESULTs (0x80073CF9, 0x80073D05, etc.), follow the usual DISM / SFC repair steps and clear per‑user package state in %LocalAppData%\Packages before retrying.
  • Notes and caveats:
  • The app’s internal package name is Microsoft.ZuneVideo (the Films & TV / Movies & TV UWP package), so many of the Appx commands and forum troubleshooting use that name.
  • Problem: “I removed a device but it’s still listed”
  • Possible causes:
  • You removed the device but didn’t sign out correctly. Try removing again on the device (signed in), or wait for server sync and reboot. If the UI still shows the old device and you’ve hit the 30‑day rule, contact Microsoft Support for assistance (they can look up your account’s device associations).
Advanced admin tips (for power users / IT folks)
  • Collecting diagnostic logs for app registration failures
  • If PowerShell Add-AppxPackage throws errors with an ActivityID GUID, run:
    Get-AppPackageLog -ActivityID <GUID from error>
    The log gives a detailed deployment trace you can paste to forums or support for interpretation. Community knowledge bases provide the same procedure.
  • For persistent “previous application data” blocking registration
  • Rename or temporarily move the per‑user package folder under %LocalAppData%\Packages that contains Microsoft.ZuneVideo_…, append “.bak” and retry registration. That forces the app to recreate state (you’ll lose per‑app settings but it often clears blocked registration).
  • System repairs before re‑registering
  • If you suspect component corruption, run:
    Code:
    DISM /Online /Cleanup-Image /RestoreHealth
    sfc /scannow
    Reboot, then re‑try re‑registering the app.
Context: Microsoft Store changes (important for readers)
  • Microsoft’s decision to stop selling new movies and TV shows (July 2025)
  • In mid‑2025 Microsoft removed the Movies & TV storefront on Windows and Xbox; at the time of that change the company stated that previously purchased content remains available and playable in the Movies & TV app, but new purchases are no longer offered. Articles from Windows Central, Tom’s Guide and The Verge covered this change. If you’re reading this to manage older purchases, the app and device associations are still relevant; you simply can’t make new purchases from Microsoft’s storefront any more.
  • Movies Anywhere and migration options
  • For U.S. customers, Microsoft recommends Movies Anywhere to sync eligible purchases across other retailers (Amazon, Apple, etc.), but moving purchases between services is limited by retailer policies — you cannot “transfer” Microsoft purchases into another account automatically in most cases. Check Movies Anywhere eligibility and sign‑in options if you want multi‑vendor access for eligible titles.
FAQs (short)
  • Q: Can I download a purchase to more than five devices by signing out and back in repeatedly?
  • A: No. The five‑device rule is an account limit; removing a device frees a slot but removals are gated (one removal every 30 days). You can’t circumvent the limit by frequent sign‑outs.
  • Q: I sold my PC — how do I make its slot available?
  • A: Sign in on that PC and remove it from Movies & TV → Settings → Download devices. If the PC is gone and you can’t sign in there, you may need to wait for the 30‑day window (if you’ve already used a recent removal) or contact Microsoft Support for help.
  • Q: Will I lose my purchases if Microsoft closed the store?
  • A: No — purchases remain associated with your Microsoft account and playable in Movies & TV (Microsoft’s statements and follow‑up coverage confirmed that playback and previously downloaded content will keep working). However, you cannot buy new titles from Microsoft’s Store anymore.
Copy‑and‑paste checklist (for forum posters)
  • If you just need the basic actions to tell someone quickly:
  • See devices: Movies & TV → Settings → Show my download devices.
  • Remove device (must be signed in on that device): Movies & TV → Settings → Download devices → Remove this device. (One removal every 30 days.)
  • App missing or broken: run the PowerShell re‑register command shown earlier (check for package name Microsoft.ZuneVideo first).
What I’d ask you (if you need further help I can walk you through)
  • Which exact Windows build are you running? (Settings → System → About → OS Build)
  • Are you trying to remove a device you still have access to, or one you no longer control?
  • Did you uninstall Movies & TV previously, or are you seeing registration/deployment HRESULT errors when re‑installing? If so, paste the error text or ActivityID from the PowerShell output.
Wrapping up — practical recommendations
  • If you manage multiple playback devices (laptops, Surface, HTPC, Xbox), keep an inventory of the five slots and remove devices before you recycle/sell them. The 30‑day removal rate limit makes pre‑planning necessary.
  • If the app misbehaves or is missing, the PowerShell re‑register approach is the standard safe step before more drastic repairs (reinstallation, in‑place Windows repair). Forum KBs document the exact commands and common followups; those posts are excellent troubleshooting references if the Add‑AppxPackage step throws deployment errors.
  • If your main concern is long‑term access to purchased movies, consider syncing eligible titles with Movies Anywhere (U.S.), or keep local copies/backups where licensing and retailer terms allow.
If you want: I can expand this into a printable one‑page cheat sheet, or walk you step‑by‑step over a live session (tell me the exact error text or the output of Get-AppxPackage -AllUsers ZuneVideo and I’ll interpret it).

Source: Microsoft Support How to associate devices with the Movies & TV app in Windows - Microsoft Support
 

Back
Top