How to Update Kiosk Apps in Windows 11
Updating kiosk apps in Windows 11 keeps them secure and running smoothly with the latest features.
Kiosk apps are programs set up on a device that only let you use that specific app, like a digital sign or a point-of-sale terminal.
For Windows 11 devices using Assigned Access, these updates often come through the Microsoft Store for Business, letting you send new app versions to your kiosks.
Management tools like Microsoft Intune offer more advanced ways to control app updates across many devices.
To update a kiosk app in Windows 11, use PowerShell with the command Get-AppxPackage -Name “YourAppName” | Update-AppxPackage, ensuring you run it as an administrator. For managed devices, leverage Microsoft Intune or Windows Update for Business to push updates silently.
Understanding Kiosk Mode and App Lifecycle Management
Windows 11’s Kiosk mode locks a device to a single app. Keeping that app updated is fundamental to its proper operation.
How to Force an App Update on a 🪟 Windows 11 Kiosk
You can force an app update on a Windows 11 kiosk using tools like Microsoft Intune or by setting up Windows Update for Business.
Step-by-Step: Updating via PowerShell (Admin Required)
For users comfortable with command-line interfaces, PowerShell offers a faster way to manage apps in Windows 11. Managing apps with PowerShell requires administrator privileges, as the tool can make system-wide changes.
Get-AppxPackage -Name "YourAppName" | Update-AppxPackage
Troubleshooting Common Kiosk Update Errors
| Error Code | Meaning | Solution |
|---|---|---|
| 0x80070005 | Access Denied | Ensure you are running the command as an administrator. |
| 0x80073CF9 | Install Failed | Check if the app is currently running and close it. |
Advanced Deployment: Intune and CSP
For businesses, Microsoft Intune and Configuration Service Providers (CSPs), a way for devices to receive settings and configurations, offer a way to manage kiosk app updates across many devices at once.
Summary
Keeping your kiosk app updated on Windows 11 is vital for device stability and a positive user experience. This can be done manually or by using tools like PowerShell and Intune.
Can I update a kiosk app while the device is in Single-App mode?
Yes, but you must exit the kiosk session first. Press Ctrl+Alt+Del to sign out of the kiosk account. Once you are logged in as an administrator, you can update the app via the Microsoft Store, PowerShell, or your MDM solution before restarting the kiosk session.
Was this guide helpful?
About the Author
Richard
Tech Writer, IT Professional
Richard, a writer for Geek Rewind, is a tech enthusiast who loves breaking down complex IT topics into simple, easy-to-understand ideas. With years of hands-on experience in system administration and enterprise IT operations, he’s developed a knack for offering practical tips and solutions. Richard aims to make technology more accessible and actionable. He's deeply committed to the Geek Rewind community, always ready to answer questions and engage in discussions.
No comments yet — be the first to share your thoughts!