Medium
Operating Systems
✓ Solution Verified by Community (0+ upvotes)
Error Code error-file-checked-out — Windows 11
ERROR_FILE_CHECKED_OUT = 220
Oprava založena na komunitních zprávách a expertní analýze. Naposledy ověřeno: 2026-08-12
· Jak ověřujeme opravy
| Error Code | error-file-checked-out |
|---|---|
| Affected System | Windows 11 (Microsoft) |
| Difficulty | Medium |
| Estimated Time | 15 min |
Postup řešení
- 1 First, identify which program is using the file. Press Ctrl+Shift+Esc to open Task Manager. Look for any application that might have the file open, such as a word processor, IDE, or media player. If you find it, close the application properly (right-click and select 'End task' if necessary). This releases the lock and allows you to modify the file.
-
2
If you can't find the process, use the 'handle' tool from Sysinternals. Download handle.exe from Microsoft's website and run it as Administrator. In Command Prompt, type 'handle.exe -a -u
' (replace with the full path). This will show which process has the file open. Then, you can close that process or use 'handle.exe -c ' to close the handle forcefully. - 3 If the file is on a network share, check if another user has it checked out. Contact that user and ask them to check in the file. If you have permission, you can use the version control system's admin tools to undo the checkout.
- 4 As a last resort, you can restart your computer. This will release all file locks. After rebooting, try to modify the file again. This is a simple but effective solution.
- 5 If the error occurs with a specific application (like a game or editor), try running that application as Administrator. Right-click the app icon and select 'Run as administrator'. Sometimes, the app needs elevated privileges to access the file.
🔍 Didn't work? Enter your GPU and CPU for hardware-specific advice:
🔧 Stále máte problémy?
Popište svůj přesný problém Error Buddymu a získejte personalizovanou opravu během několika sekund.
🛠️ Vyzkoušet Error Buddy — Zdarma