Windows doesn’t include a built-in feature to password-protect individual apps, but you can still secure your applications. This guide shows you exactly how to lock apps with passwords using multiple methods that actually work.
Why You Need to Lock Apps on Windows
Your computer holds private information. Banking apps, email clients, messaging software, and personal files need protection from unauthorized access. Whether you share your computer with family, work in an office, or just want extra security, locking apps prevents others from accessing your sensitive data.
Common reasons to lock apps:
- Protect financial information in banking apps
- Keep work documents confidential
- Prevent children from accessing certain programs
- Secure messaging apps with private conversations
- Control access to social media accounts
Quick Answer: What Are Your Options?
Since Windows lacks native app-locking features, you have three main approaches:
- Third-party app lockers (easiest method)
- Windows built-in security features (limited but free)
- Administrative controls (good for shared computers)
Let’s explore each method in detail.

Method 1: Using Third-Party App Locking Software
Third-party software gives you the most flexibility and features for locking apps with passwords.
Best App Locking Tools for Windows
1. AppLocker (Free, Built into Windows Pro/Enterprise)
Windows Pro and Enterprise editions include AppLocker, which controls which applications users can run.
Steps to use AppLocker:
- Press
Win + Rand typegpedit.msc - Navigate to Computer Configuration > Windows Settings > Security Settings > Application Control Policies > AppLocker
- Right-click “Executable Rules” and select “Create New Rule”
- Follow the wizard to select which apps to restrict
- Choose who can access the app (specific users only)
Limitations: Only available in Pro/Enterprise editions, requires Group Policy Editor.
2. Folder Guard
Folder Guard locks both folders and programs with password protection.
How to set up Folder Guard:
- Download and install Folder Guard from WinAbility.com
- Launch the program
- Click “File” > “Add File or Folder to Lock”
- Browse to the application’s .exe file (usually in C:\Program Files)
- Choose “Password protect” option
- Set your password
- Click “Apply”
Pros: User-friendly, supports password protection, hides files too
Cons: Paid software (trial available)
3. Protected Folder
IObit’s Protected Folder specifically locks files, folders, and applications.
Setup instructions:
- Install Protected Folder
- Open the program and set a master password
- Click “Add” and select “Add Application”
- Navigate to the program’s executable file
- Select the .exe file and click “OK”
When someone tries opening the locked app, they’ll need your password.
4. My Lockbox
This tool creates a password-protected area on your hard drive where you can place applications.
Configuration steps:
- Install My Lockbox
- Create a password-protected “lockbox” folder
- Move or install applications inside this folder
- Lock the folder
When locked, the folder and everything inside becomes invisible and inaccessible.
Choosing the Right Software
| Software | Cost | Ease of Use | Best For |
|---|---|---|---|
| AppLocker | Free (Pro/Enterprise) | Moderate | Business computers |
| Folder Guard | $39.95 | Easy | Complete protection |
| Protected Folder | $19.95/year | Very Easy | Simple app locking |
| My Lockbox | Free (basic) | Easy | Hiding apps completely |
Method 2: Using Windows Built-in Security Features
Windows includes several security features that can help restrict app access, though they’re less direct than dedicated app lockers.
Setting Up Parental Controls (Family Safety)
Windows Parental Controls restrict which apps children can access.
Setup process:
- Go to Settings > Accounts > Family & other users
- Click “Add a family member”
- Create a child account
- Sign in to Microsoft Family Safety online
- Select the child’s account
- Go to “Apps and games” section
- Block specific applications
When this works: Only effective for child accounts, not for protecting apps from other adults.
Creating a Standard User Account
Limiting someone to a Standard account prevents them from accessing certain system applications.
Steps:
- Open Settings > Accounts > Family & other users
- Click “Add someone else to this PC”
- Create the new account
- Keep it as “Standard User” (don’t change to Administrator)
- Log into your admin account
- Right-click apps you want to protect
- Select Properties > Security tab
- Click “Edit” and remove permissions for the standard user
Limitations: Doesn’t password-protect, just restricts access. Technical users might bypass this.
Using BitLocker for App Folders
BitLocker encrypts entire drives, which indirectly protects apps stored there.
How to implement:
- Create a VHD (Virtual Hard Disk) file
- Enable BitLocker on the VHD
- Install applications to the encrypted VHD
- Unmount the drive when not in use
Reality check: This method is complex and better suited for protecting data files than everyday apps.
Method 3: Password-Protecting Specific App Types
Some applications have built-in password protection features you can activate.
Browsers
Google Chrome:
- Install an extension like “LockPW”
- Set a master password
- The browser locks after closing
Microsoft Edge:
- Use Windows Hello integration
- Enable “Require Windows Hello sign-in for autofill”
Office Applications
Microsoft Office apps support password protection for documents but not the applications themselves. However, you can:
- Enable “Always Prompt for Credentials” in Credential Manager
- Remove saved Office credentials
- Use Microsoft 365 with conditional access policies (business accounts)
Messaging Apps
Many messaging apps include app locks:
- WhatsApp Desktop: No built-in lock (use third-party lockers)
- Telegram Desktop: Settings > Privacy > Passcode Lock
- Discord: No native lock feature
Creating Password-Protected Batch Files
For tech-savvy users, you can create a batch file that requires a password before launching an app.
Basic batch file example:
@echo off
set /p password="Enter Password: "
if %password%==YourPasswordHere (
start "" "C:\Path\To\Your\Application.exe"
) else (
echo Incorrect Password
pause
)
Instructions:
- Open Notepad
- Copy the code above
- Replace “YourPasswordHere” with your password
- Replace the path with your app’s location
- Save as “AppName.bat”
- Run the batch file instead of the regular app
Security note: This provides minimal security. Anyone viewing the batch file can see the password.
Advanced Security: Windows Sandbox
Windows Sandbox creates an isolated environment where you can run apps that automatically erase all changes when closed.
When to use Sandbox:
- Testing unfamiliar applications
- Browsing potentially risky websites
- Temporary app access that you want to disappear
Enable Windows Sandbox:
- Open Control Panel
- Go to Programs > Turn Windows features on or off
- Check “Windows Sandbox”
- Restart your computer
- Launch Sandbox from the Start menu
Apps run in Sandbox don’t interact with your main system. When you close Sandbox, everything inside disappears.
Best Practices for App Security
Beyond locking apps, implement these security measures:
Create strong passwords:
- Use at least 12 characters
- Mix uppercase, lowercase, numbers, symbols
- Avoid common words or personal information
- Use a password manager like Bitwarden
Enable Windows Security features:
- Turn on Windows Defender
- Keep Windows updated
- Enable firewall protection
- Use Windows Hello for biometric login
Physical security matters:
- Lock your computer when away (Win + L)
- Enable sleep mode with password requirement
- Use BIOS/UEFI password on laptops
- Encrypt your hard drive with BitLocker
Regular maintenance:
- Review installed applications monthly
- Remove unused programs
- Check startup programs
- Monitor user accounts on your PC
Troubleshooting Common Issues
The App Still Opens Without a Password
Possible causes:
- The app has multiple executable files
- Someone bypassed protection using Safe Mode
- The locking software isn’t running at startup
Solutions:
- Lock all executable files associated with the app
- Disable Safe Mode access (requires registry editing)
- Add your locking software to startup programs
Forgotten Password
If you forget your app lock password:
- Folder Guard: Use the password recovery feature (requires email setup)
- Protected Folder: Contact IObit support with proof of purchase
- AppLocker: Reset through Group Policy (admin access required)
- Batch files: Edit the .bat file to see or change password
Prevention: Always store passwords in a secure password manager.
Protected Apps Running Slowly
App locking software can impact performance slightly.
Optimization tips:
- Exclude locking software from antivirus scans
- Lock only essential apps, not everything
- Ensure your locking software is updated
- Check for conflicts with other security software
Someone Uninstalled My Locking Software
Protection strategies:
- Password-protect the locking software itself
- Use Windows parental controls to block uninstalling programs
- Remove admin rights from other users
- Hide the locking software’s program folder
Comparing App Locking Methods
| Method | Security Level | Difficulty | Cost | Best Use Case |
|---|---|---|---|---|
| Third-party software | High | Easy | $0-40 | General app protection |
| AppLocker | High | Moderate | Free* | Business environments |
| User accounts | Medium | Easy | Free | Family computers |
| Batch files | Low | Hard | Free | Personal projects |
| Parental Controls | Medium | Easy | Free | Protecting from children |
| Windows Sandbox | High | Moderate | Free | Temporary isolation |
*Requires Windows Pro/Enterprise
Legal and Ethical Considerations
Before locking apps on a computer, consider:
Workplace computers: Check your company’s IT policy. Some employers prohibit third-party security software.
Shared family computers: Be transparent with family members about what you’re protecting and why.
Privacy laws: If you’re locking apps on computers used by others, ensure you’re not violating privacy expectations.
Data protection regulations: Businesses handling customer data should implement proper access controls, which might require enterprise solutions beyond simple app locking.
Summary
Locking apps with passwords in Windows requires third-party solutions or creative use of built-in features. The easiest approach for most people is dedicated app-locking software like Protected Folder or Folder Guard. Business users with Windows Pro can utilize AppLocker for robust application control.
Remember that no solution is perfect. Determined users with technical knowledge might find workarounds. Combine app locking with other security practices like strong passwords, separate user accounts, and full-disk encryption for comprehensive protection.
Start with the method that matches your technical comfort level and specific needs. Most third-party tools offer free trials, so test them before purchasing.
Frequently Asked Questions
Can I lock apps on Windows 11 Home edition?
Yes, but you’ll need third-party software. Windows 11 Home doesn’t include AppLocker or Group Policy Editor. Use programs like Protected Folder, Folder Guard, or My Lockbox instead.
Will locked apps stay protected in Safe Mode?
Not always. Safe Mode often bypasses third-party security software. To prevent this, you must disable Safe Mode access through BIOS settings or registry modifications, which requires advanced knowledge.
Do app lockers work with Windows Store apps?
Most traditional app lockers struggle with UWP (Universal Windows Platform) apps from Microsoft Store. These apps use different file structures. Some newer locking software supports UWP apps, but check compatibility before purchasing.
Can someone bypass app locks by reinstalling Windows?
Reinstalling Windows removes all software, including app lockers. However, if you use BitLocker to encrypt your entire drive, your data remains protected even after reinstallation without the recovery key.
What happens if I forget my master password?
This depends on the software. Most paid programs offer password recovery options through email verification or support tickets. Free tools might not have recovery options. Always store your master password in a secure password manager or written in a safe location.
