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!