Files and Folders
Learn the concept, follow the practical steps, and apply what you learn through a simple activity.
Files and Folders: Organize Your Computer
Files are the actual pieces of information you saveβdocuments, photos, videos, music, programs and more. Folders are containers that help you group those files so you can find them again quickly.
1. File vs Folder
| Item | What it is | Example |
|---|---|---|
| File | A saved piece of data | report.docx, photo.jpg, song.mp3 |
| Folder | A container used to organize items | Documents, Photos, Projects |
| Subfolder | A folder inside another folder | Projects β Website |
2. Where Files Live
On Windows, files are stored on a storage drive such as C: or another drive letter. A typical path might look like:
C:\Users\YourName\Documents\Projects\Website\index.html
Read the path from left to right: the drive contains folders, folders can contain subfolders, and the final item is the file.
3. File Names Matter
Use names that tell you what a file contains. Compare:
- Better:
2026-09-02_Project_Report.docx - Weak:
New Document (7).docx
A good naming system makes search, sorting and backup much easier.
4. Create a Folder
- Open File Explorer with Windows + E.
- Go to the location where you want the folder.
- Right-click an empty area.
- Select New β Folder.
- Give it a meaningful name and press Enter.
5. Rename a File or Folder
Select the item and press F2, or right-click it and choose Rename. Rename it without changing the extension unless you understand what the extension does.
.jpg to .docx does not convert an image into a Word document. It can simply make the file difficult for the operating system to open.6. Copy vs Move
| Action | What happens | When to use it |
|---|---|---|
| Copy | Creates another copy while keeping the original | Backup, sharing, duplicate workspace |
| Move | Places the original item in a different location | Reorganizing folders |
Useful shortcuts:
- Ctrl + C β Copy
- Ctrl + X β Cut
- Ctrl + V β Paste
- Ctrl + Z β Undo a recent action
7. Delete and Recycle Bin
When you normally delete a file in Windows, it is moved to the Recycle Bin rather than immediately disappearing. You can restore an item from there until the bin is emptied.
Be careful with Shift + Delete: it bypasses the normal Recycle Bin workflow, so recovery may be harder.
8. Search for Files
If you cannot remember where you saved something, use File Explorer search. Search by a distinctive part of the filename, file type or another useful keyword. For example, searching for invoice can locate files whose names contain that word.
9. Build a Simple Folder Structure
A practical structure could be:
Documents/
βββ Work/
β βββ Reports/
β βββ Invoices/
βββ Personal/
β βββ Important/
βββ Learning/
βββ Computer-Basics/
βββ Projects/
Do not create dozens of tiny folders just for the sake of organization. The goal is to make important files easy to locate.
10. Practical Activity
- Create a folder named
Computer-Basics-Practice. - Inside it, create
Documents,ImagesandProjects. - Create a text document inside
Documentsand name itmy-notes.txt. - Copy that file into
Projects. - Rename the copied file to
project-notes.txt. - Delete the copied file and restore it from the Recycle Bin.
- Use File Explorer search to find
my-notes.txt.
Common Beginner Mistakes
- Saving everything directly on the Desktop.
- Using vague names such as
final2,neworabc. - Confusing Copy with Move.
- Changing file extensions without understanding them.
- Assuming the Recycle Bin is a backup.
- Keeping important files in only one location.
Quick Self-Check
- What is the difference between a file and a folder?
- What does a file path tell you?
- What is the difference between Copy and Move?
- Which shortcut opens File Explorer?
- Why should important files have meaningful names?
- Why is the Recycle Bin not a real backup?