Share via

Using PWA application in Kiosk mode (Assigned Access)

Ali Hamid 20 Reputation points
2026-04-17T08:57:43.76+00:00

Hi

I’m setting up a Windows 11 machine with a kiosk account to run a PWA, but I keep getting black screens when logging in. I’ve also tried running it with the Outlook PWA, but that doesn’t seem to work either. Is there a workaround? The application shows up in the options since it’s downloaded from Edge.

Windows for business | Windows Client for IT Pros | User experience | Other
0 comments No comments

Answer accepted by question author

  1. HLBui 5,700 Reputation points Independent Advisor
    2026-04-17T09:53:27.07+00:00

    Hi Ali Hamid

    I think kiosk mode with PWAs on Windows 11 can be a bit finicky right now. The black screen issue usually happens because the kiosk account is trying to launch the PWA in a way that doesn’t fully initialize the Edge runtime. Even though the app shows up in the options, Outlook PWA and some other PWAs don’t always play nicely in assigned access mode.

    A common workaround is to set the kiosk account to run Microsoft Edge directly in kiosk mode with a URL parameter pointing to your PWA (for example, msedge.exe --kiosk https://outlook.office.com --edge-kiosk-type=fullscreen). That way, you’re not relying on the packaged PWA shortcut, but instead forcing Edge to open the site in kiosk mode. Another option is to configure the kiosk account to run a Win32 app that wraps the PWA, which tends to be more stable.

    Also, make sure the kiosk profile is set up with single‑app assigned access rather than multi‑app, since PWAs often fail to initialize in multi‑app mode. If you’re testing Outlook PWA specifically, keep in mind that it’s still being updated for kiosk compatibility, so using the web version through Edge kiosk mode is the safer bet until Microsoft ships a fix.

    So in short: don’t rely on the PWA shortcut itself, launch Edge in kiosk mode with the PWA URL instead. That usually clears up the black screen problem.

    If this guidance proves helpful, feel free to click “Accept Answer” so we know we’re heading in the right direction and let me know if you need any assistance. Thank you!

    Was this answer helpful?

    1 person found this answer helpful.

1 additional answer

Sort by: Most helpful
  1. Q&A Assist
    2026-04-17T08:57:55.5233333+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    Progressive Web Apps installed from Edge are packaged apps (APPX/MSIX). On kiosks where Microsoft Edge is an allowed app, there is a known issue where packaged apps don’t start correctly, which can result in symptoms like a black screen at sign-in.

    The documented workaround is:

    1. Identify the underlying .exe that the PWA/package runs.
      • Open the app’s installation folder.
      • Locate and open its AppxManifest.xml.
      • In the Application element, find the Executable attribute – this is the .exe name.
    2. In the Assigned Access configuration file, add this .exe to the allowed apps list and specify it as a desktop app using the DesktopAppPath attribute.

    By allowing the executable directly as a desktop app in the Assigned Access configuration, the packaged PWA can start correctly instead of giving a black screen.

    If using Intune single-app kiosk instead of a local Assigned Access XML, configure the kiosk to run Microsoft Edge in kiosk mode (for example, Digital/Interactive Signage) and point it at the PWA’s URL rather than relying on the installed PWA package.


    References:

    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.