Medium
Operating Systems
✓ Solution Verified by Community (0+ upvotes)
Error Code error-no-more-files — Windows 11
ERROR_NO_MORE_FILES = 18
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-no-more-files |
|---|---|
| Affected System | Windows 11 (Microsoft) |
| Difficulty | Medium |
| Estimated Time | 10 min |
| Requires Admin Rights | ⚠️ Yes |
Postup řešení
- 1 Press Windows key + E to open File Explorer. Navigate to the folder that is causing the error. Check if the folder is empty or if files are missing. This helps you understand if the error is due to an empty directory.
- 2 If the folder should contain files but doesn't, check the Recycle Bin. Right-click the Recycle Bin on your desktop and select 'Open'. Look for any files that might have been accidentally deleted. If found, right-click and select 'Restore'. This recovers missing files.
- 3 If the error occurs in a command prompt, run 'dir' to list files. For example, type 'dir C:\path\to\folder' and press Enter. If it shows 'File Not Found', the folder is empty. This confirms the error is due to no files.
- 4 If you are running a script that expects files, modify the script to handle the case when no files are found. For example, add a check like 'if not exist *.txt exit /b 0' in a batch file. This prevents the script from failing.
- 5 If the error appears in a specific application, check its settings to ensure it is pointing to the correct folder. For instance, in backup software, verify the source folder path. This ensures the application looks in the right place.
- 6 If the error persists, run a disk check to ensure the drive is healthy. Press Win+R, type 'cmd', press Enter, then type 'chkdsk C: /f' and press Enter. You may need to restart. This checks for file system errors that could cause files to be invisible.
🔍 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