UEMKiosk SoftwareHow to Setup Windows 11 Kiosk Mode: A Quick Guide

How to Setup Windows 11 Kiosk Mode: A Quick Guide

Whether it is  a retail store running a customer-facing self-service terminal, a hospital using a check-in screen at reception, or a school lab offering limited-access computers to students, one thing is clear: shared Windows devices must be locked down. You don’t want users fiddling with system settings, browsing the web freely, or accessing unauthorized apps. These devices must serve a single purpose and they should do it securely.

set up kiosk mode windows 11

That is where Windows 11 Kiosk Mode comes in. Designed to restrict user access and streamline device functionality, kiosk mode transforms a regular desktop into a purpose-specific machine.

In this guide, we will show you how to set up kiosk mode in Windows 11 using three different methods:

  1. Using Assigned Access (built-in tool)
  2. Using PowerShell (for Win32 apps)
  3. Using UEM solution (for managing devices at scale)

What is Windows 11 kiosk mode?

Kiosk Mode in Windows 11 is a configuration that locks down a device to run only specific apps. It creates a restricted environment that prevents users from accessing system files, settings, or any unauthorized software.

Once a device boots up in kiosk mode, it automatically launches a pre-configured app (or apps), eliminating distractions and protecting sensitive settings. It is especially useful for:

  • Customer service counters in retail.
  • Check-in and info kiosks in healthcare.
  • Exam or learning stations in education.
  • Public web browser terminals in libraries or cafes.
  • Digital signage systems.

Types of Windows 11 kiosk mode

1. Single-App Kiosk Mode

In this mode, the device runs only one app in full-screen. The user cannot switch or exit the app.

This is ideal for use cases like:

  • Digital signage.
  • Point-of-sale systems.
  • Purpose specific device.
  • Exam computers.

2. Multi-App Kiosk Mode

The multi-app kiosk mode allows a controlled list of apps that users can access. Users can use multiple allowed apps but still can’t exit to the kiosk mode or explore other system areas.

Suitable for:

  • Shared workstations in schools
  • Multi-function kiosks in airports or offices

3 Ways to Setup Windows 11 Kiosk Mode

Depending on your use case, technical expertise, and number of devices, there are multiple ways to enable kiosk mode in Windows 11. Below, we explore three proven methods ranging from Windows’ built-in tools to a scalable enterprise solution using UEM.

Method 1: Setup Windows 11 Kiosk Mode Using Assigned Access (GUI Method)

Assigned Access is a built-in Windows feature that lets you configure a kiosk by assigning a single app to a user account. This is the most straightforward method for setting up kiosk mode on a Windows 11 device.

Steps to set up:

  1. Open Settings and go to Accounts > Other users.
  2. Scroll to the Set up a kiosk section and click Get started.
  3. Enter a name for the kiosk user account. Windows creates a new local account.
  4. Choose the app you want to run (e.g., Microsoft Edge, a UWP app).
  5. Select the usage mode: e.g., full-screen digital signage or public browsing.
  6. Complete the setup and restart the device.

When the kiosk user logs in, the device boots directly into the assigned app. Users cannot exit the app or access other system features.

Method 2: Setup Kiosk Mode with PowerShell (For Win32 Apps)

If your kiosk app is a non-UWP app (such as a traditional .exe), you’ll need to use PowerShell or a provisioning package. PowerShell is a more advanced method, ideal for configuring kiosk mode with non-UWP apps or custom .exe programs. It’s especially helpful for automating deployment across many machines or integrating kiosk setup into scripts.

How to do it:

How to do it:

To enable kiosk mode using PowerShell for Win32 or non-UWP apps:

  1. Open PowerShell as an administrator on the Windows 11 device.
  2. Use the Get-StartApps command to list available apps and find the AppUserModelId:

Get-StartApps | Select-Object Name, AppID

  1. Identify the app you want to assign for kiosk use.
  2. Use the following command to apply kiosk settings for the specified user:

Set-AssignedAccess -AppUserModelId “AppID” -UserName “KioskUser”

Replace AppID with the actual app model ID and KioskUser with the intended user account.

Restart the device and sign in to the kiosk account to verify it boots into the assigned app. “AppID” -UserName “KioskUser”

“`powershell

Get-StartApps | Select-Object Name, AppID

This method gives more flexibility, especially if you’re configuring kiosk mode remotely or need to automate it across many machines.

Method 3: Set Up Kiosk Mode in Windows 11 Using Scalefusion UEM

If you want to enable kiosk mode on Windows 11 devices at scale, Scalefusion Unified Endpoint Management (UEM) is the most efficient way. It allows centralized control, advanced policy settings, and remote deployment.

Steps to Configure Single-App Kiosk Mode:

  1. Login to the Scalefusion dashboard.
windows 11 kiosk mode
  1. Navigate to Device Policies & Profiles > Device Profiles.
windows kiosk mode
  1. Click Create New Profile.
windows 11 kiosk
  1. Select the Windows tab, enter a profile name, and click Submit.
kiosk mode windows 11
  1. Under Select Apps, choose Skip Application Policy for Single app kiosk mode otherwise select multi-app kiosk mode.
setup windows 11 kiosk
  1. Go to Settings > Single/Kiosk App Mode.
  2. From the drop-down, select the type of app to allow in kiosk mode
setup kiosk mode windows 11

User Account Setup Options:

  • Enter Primary Username: Use existing accounts on Windows PCs.
  • Auto create Kiosk User Account: Automatically creates and logs in a new kiosk user after reboot.
setup windows 11 kiosk mode
  1. Click Create Profile.
windows kiosk mode
  1. Click Apply to push the profile to individual devices or groups.
setup windows 11 kiosk mode

Your device now boots directly into kiosk mode as per your configuration.

Which is the Best Method to Setup Windows 11 Kiosk Mode?

While Assigned Access is convenient for individual devices, and PowerShell provides deeper control, they aren’t practical for managing kiosk mode at scale.

Scalefusion UEM is the best method if you want:

  • Remote deployment
  • Centralized configuration
  • Support for both single and multi-app kiosk modes
  • Advanced controls and reporting

Why Choose Scalefusion for Windows 11 Kiosk Mode Setup?

Scalefusion offers much more than just enabling kiosk mode on Windows 11. It’s a full UEM platform that simplifies managing your entire Windows device fleet. Here’s what makes it stand out:

  • Multiple Device Profiles: Create custom kiosk configurations for different departments or use cases.
  • Multi-App Kiosk Mode: Allow a restricted set of apps while blocking all others.
  • Auto-Launch Apps on Boot: Ensure essential apps are always up and running.
  • Security Policy Enforcement: Push firewall, antivirus, VPN, and Wi-Fi settings remotely.
  • Real-Time Monitoring: Track device status, app usage, and compliance.
  • Remote Troubleshooting: Fix issues from the Scalefusion dashboard without needing physical access.
  • Custom Branding: Apply your logo, company theme, and lock screen design.
  • Instant Kiosk Mode Removal: Switch off kiosk mode or reconfigure profiles as needed.

Whether you manage 10 devices or 10,000, Scalefusion helps you standardize configuration, reduce manual effort, and enhance security.

Seamlessly Manage Your Windows Kiosks with Scalefusion

Kiosk mode is no longer a niche requirement. From customer service terminals to digital signage and secure exam environments, locking down Windows 11 devices is now a necessity.

While Windows provides tools like Assigned Access and PowerShell, these methods don’t scale well or offer comprehensive control.

That’s why IT teams and organizations prefer Scalefusion UEM. It not only simplifies the setup of kiosk mode on Windows 11, but also offers full lifecycle management, remote policy control, and visibility into every device.

Streamline your Windows 11 kiosk mode setup, it’s time to make the shift to Scalefusion.

Start your 14-day free trial today!

FAQ’s

Is Windows 11 kiosk mode suitable for public-facing devices?

Yes, Windows 11 kiosk mode is ideal for public-facing devices such as self-service kiosks, digital signage, and reception systems. It restricts user access to only approved apps or content, preventing misuse. For public environments requiring enhanced security and monitoring, centralized management tools like Scalefusion provide added control.

Can Windows 11 kiosk mode be managed remotely?

Native Windows 11 kiosk mode is configured locally and offers limited remote management. For organizations managing multiple devices, a UEM solution like Scalefusion enables remote kiosk configuration, monitoring, updates, and troubleshooting—eliminating the need for physical access to each Windows 11 kiosk device.

What apps can I use in Windows 11 kiosk mode setup?

Windows 11 kiosk mode supports Microsoft Edge, UWP apps, and select Win32 desktop applications. App availability depends on whether you use single-app or multi-app kiosk mode. For broader app support and easier deployment across devices, enterprise management platforms can simplify application control.

Can Windows 11 kiosk mode run a single website only?

Yes, Windows 11 kiosk mode can be configured to run a single website using Microsoft Edge in digital signage or kiosk mode. The browser launches full-screen and restricts navigation. For advanced URL control, session recovery, and uptime monitoring, managed kiosk solutions offer extended capabilities.

Is Windows 11 kiosk mode suitable for multi-location deployments?

While Windows 11 kiosk mode works well for individual devices, managing kiosks across multiple locations can be challenging when configured manually. Organizations with distributed deployments benefit from UEM platforms like Scalefusion, which allow centralized policy enforcement, remote updates, and consistent kiosk experiences across sites.

How do I exit kiosk mode Windows 11 when the device is locked?

To exit kiosk mode in Windows 11, press Ctrl + Alt + Delete and sign in using an administrator account. If the device is fully locked or auto-logged in, admin access or remote device management is required. Centralized tools can simplify kiosk recovery without onsite intervention.

Anurag Khadkikar
Anurag Khadkikar
Anurag is a tech writer with 5+ years of experience in SaaS, cybersecurity, MDM, UEM, IAM, and endpoint security. He creates engaging, easy-to-understand content that helps businesses and IT professionals navigate security challenges. With expertise across Android, Windows, iOS, macOS, ChromeOS, and Linux, Anurag breaks down complex topics into actionable insights.

More from the blog

How to auto-launch a custom APK in Android kiosk...

There is a plethora of apps on the Google Play Store. Despite this, many companies have their own custom...

How to setup kiosk mode on Zebra devices for...

Kiosk mode on Zebra devices enables organizations to transform rugged handhelds and tablets into purpose-built, secure endpoints for frontline...

Windows Security Policies explained: A practical guide for IT...

The Windows operating system has become the backbone of modern business computing. From office desktops and laptops to frontline...