Skip to content

How to Update Kiosk Apps in Windows 11

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

You can update kiosk apps in Windows 11 by leveraging the Microsoft Store for Business or Mobile Device Management (MDM) solutions.

Updating your kiosk applications ensures they have the latest features and crucial security patches, preventing vulnerabilities. This is vital for maintaining a stable and secure public access environment.

For devices using Windows 11 Assigned Access, updates are often managed through the Microsoft Store for Business, allowing you to push new app versions directly to your devices. MDM solutions like Microsoft Intune offer even more granular control over app deployment and updates for your kiosk fleet.

⚡ 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 Kiosk mode locks down a device to a single app, and keeping that app up-to-date is key to how it works.

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 advanced users, PowerShell offers a faster way to manage apps. Note: This requires administrator privileges.

PowerShell
Get-AppxPackage -Name "YourAppName" | Update-AppxPackage

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

For businesses, Microsoft Intune and Configuration Service Providers (CSPs) offer a way to manage kiosk app updates across many devices at once.

Summary

Keeping your kiosk app updated on Windows 11 is important for device stability and a good user experience, whether you update manually or use 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?

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.

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

Leave a Comment

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

Exit mobile version