How to Remove a Kiosk from Windows 11
This guide explains how to remove a kiosk setup from Windows 11. We previously showed you how to set up a kiosk in Windows 11 and how to change or switch a kiosk app. A kiosk account is a special setup that limits a user to just one app. It is often used for public computers or displays.
Why do this? You may want to return a computer to normal use or change the specific app that runs in kiosk mode.
What happens when done? Once removed, the restricted kiosk account is deleted. The computer will no longer automatically launch that single app when a user signs in.
Understanding Kiosk Modes
Windows 11 supports two main types of kiosk configurations: Single-app kiosk and Multi-app kiosk. A single-app kiosk locks the user into one specific application. A multi-app kiosk allows access to a limited set of apps. Both use Assigned Access to restrict user permissions. Removing these requires administrative rights.
Warning: Data Loss
How to Remove a Kiosk via Settings
You can manage kiosk settings using the main Windows Settings app. Note: This step requires administrator privileges.
1. Open your settings by pressing the Windows key + I or by clicking Start, then Settings.

2. In the Settings window, click on Accounts. Then, select Family & other users.

3. Look for the section called Set up a kiosk. Click the Active tile to see more options.

4. You will see the app currently set to run in kiosk mode. Click on it to expand the menu.

5. Click the Remove kiosk button.

6. A window will pop up to confirm. Click Remove to finish deleting the setup.

Removing Kiosk via PowerShell
If the Settings app is not working, you can use PowerShell. Note: This step requires administrator privileges.
1. Right-click the Start button and select Terminal (Admin) or PowerShell (Admin).
2. Type the following command to list current kiosk configurations:
Get-AssignedAccess
3. To remove the configuration, run this command:
Remove-AssignedAccess
Troubleshooting Locked-out Scenarios
If you are stuck in a kiosk and the keyboard is disabled, try pressing Ctrl + Alt + Del to reach the sign-in screen. If that fails, you may need to boot into Safe Mode or use a recovery drive to access the system and modify the registry at HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\AssignedAccess.
Summary
Removing a kiosk from Windows 11 is a simple process handled through the main Settings menu or via PowerShell. By deleting the kiosk configuration, you remove the restrictions on the account and allow the computer to function normally again. Always ensure you have administrative access before attempting these steps and back up your data.
Why is the ‘Remove Kiosk’ button missing in Settings?
The button may be missing if you are not logged in with an administrator account. Additionally, if the kiosk was configured via Group Policy or a mobile device management (MDM) system, you must remove those policies first before the local settings will allow you to delete the account.
Can I remove a Kiosk account remotely?
Yes, if the device is managed by an MDM solution like Microsoft Intune, you can remove the kiosk profile remotely by updating the configuration policy. For standalone computers, you would need remote access software to run PowerShell commands as an administrator to delete the assigned access profile.
Does deleting a Kiosk account delete the user profile data?
Yes, deleting the kiosk account through the Windows settings or via PowerShell will remove the user profile and all associated local data. Always back up any necessary files stored within that specific user account folder before you proceed with the deletion process to avoid permanent data loss.
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!