Share via

DRM is enabled but not working/allowing me to watch film

Ken Hankanen 0 Reputation points
2026-06-13T02:05:33.6066667+00:00

im on windows 11 insider preview version. I keep getting error about DRM needs to be enabled, which it is but it still will not allow me to watch a film. dont know what else to do...uninstall the current update? Im using Edge current release.

suggestions are welcome and thank you for your time.

ken

Windows Insider program | Windows Insider preview | Other
0 comments No comments

1 answer

Sort by: Most helpful
  1. AI answer

    2026-06-13T02:05:45.4+00:00

    Follow these steps to troubleshoot DRM playback issues in Microsoft Edge on Windows 11 Insider:

    1. Verify DRM component (Widevine) in Edge
      1. Open Edge.
      2. Go to edge://components in the address bar.
      3. Confirm that Widevine Content Decryption Module is present.
        • If it is missing or shows an error, this indicates a DRM component problem.
    2. Check for profile-related DRM issues The documented DRM issue occurs when widevinecdm.dll is read from %LOCALAPPDATA% but not loaded into msedge.exe. It should be read and loaded from the Edge application folder instead. To isolate a profile issue:
      1. Create a new Edge profile (Settings → Profiles → Add profile).
      2. Try playing the same film in the new profile.
      3. If it works in the new profile, the original profile is likely blocking Widevine from loading correctly.
    3. Confirm HEVC/codec licensing if the content uses HEVC If the film uses HEVC and Edge shows decoder/HEVC-related errors (for example in edge://gpu or edge://media-internals):
      1. Open PowerShell as Administrator.
      2. Check for installed HEVC packages:
              Get-AppxPackage -AllUsers *HEVC* | Select-Object Name, PackageFullName
        
      3. If an HEVC package is installed, remove it and any provisioned copy:
              Get-AppxPackage *HEVC* | ForEach-Object { Remove-AppxPackage -Package $_.PackageFullName }
              
              Get-AppxProvisionedPackage -Online |
                Where-Object DisplayName -like "*HEVC*" |
                ForEach-Object { Remove-AppxProvisionedPackage -Online -PackageName $_.PackageName }
        
      4. Restart the PC.
      5. Install the official HEVC Video Extensions from Microsoft Store (not from third‑party sources). A non‑Store HEVC extension can have an invalid license and break playback.
    4. Check if the issue is Insider build–related Windows 11 Insider builds can introduce media/DRM regressions. If DRM playback works:
      • On another non‑Insider device, or
      • In a different browser on the same device, then the problem might be specific to the Insider build or Edge on that build.
      In that case:
      • Ensure all latest cumulative/preview updates for the Insider channel are installed.
      • If the issue started immediately after a specific build and only affects protected content, consider rolling back that build if possible or waiting for a newer Insider build that addresses media issues.
    5. Test in another browser To confirm it is Edge‑specific, test the same DRM content in another supported browser. If it works there, focus on Edge (profiles, components, codecs) rather than Windows itself.

    If after these steps DRM content still fails only on the Insider build, report the issue via the Feedback Hub with details (Edge version, Windows build, site, and any errors from edge://media-internals).


    References:

    AI-generated content may be incorrect. Read our transparency notes for more information.

    Was this answer helpful?

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.