Skip to content
Follow
Windows

How to Update Kiosk Apps in Windows 11

Richard
Written by
Richard
Mar 7, 2022 Updated Aug 13, 2026 2 min read
How to Update Kiosk Apps in Windows 11
How to Update Kiosk Apps in Windows 11

Kiosk apps on Windows 11 are locked-down programs set up for public displays or cash registers, and keeping them updated keeps your computer secure and stops crashes. Windows 11 handles these updates through the Microsoft Store or device management tools like Microsoft Intune for PCs running Assigned Access.

You need to push new versions regularly so your restricted screens do not break or run outdated software. This guide shows you simple ways to keep your kiosk apps up to date on Windows 11.

⚡ Quick Answer

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

Forcing an app update on a Windows 11 kiosk works through tools like Microsoft Intune or by setting up Windows Update for Business.

Step-by-Step: Updating via PowerShell (Admin Required)

Command-line users often find PowerShell a faster option for managing Windows 11 applications. Managing apps with PowerShell requires administrator privileges, as the tool can make system-wide changes.

PowerShell
Get-AppxPackage -Name "YourAppName" | Update-AppxPackage
⚠️Warning
This command forces the system to check for and install the latest version of your app. Always verify the package name using Get-AppxPackage before running the update command.

Troubleshooting Common Kiosk Update Errors

Error CodeMeaningSolution
0x80070005Access DeniedEnsure you are running the command as an administrator.
0x80073CF9Install FailedCheck if the app is currently running and close it.

Advanced Deployment: Intune and CSP

Businesses can use Microsoft Intune and Configuration Service Providers (CSPs, which are protocols that deliver settings to devices) to push app updates across an entire fleet simultaneously.

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 exiting the kiosk session is required first. Press CTRL + ALT + DELETE to sign out of the account. Logging in as an administrator allows updating the app via the Microsoft Store, PowerShell, or an MDM solution before the kiosk session restarts.

Was this guide helpful?

Tags: #Windows 11
Was this helpful?
Richard

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.

📚 Related Tutorials

How to Re-register Microsoft Store in Windows 11
Windows How to Re-register Microsoft Store in Windows 11
How to Reinstall Microsoft Store Apps in Windows 11
Windows How to Reinstall Microsoft Store Apps in Windows 11
How to Update Microsoft Store Apps on Windows 11
Windows How to Update Microsoft Store Apps on Windows 11
How to Remove a Kiosk from Windows 11
Windows How to Remove a Kiosk from Windows 11

No comments yet — be the first to share your thoughts!

Leave a Comment

Your email address will not be published. Required fields are marked *