Making a File Read-Only

Written by Barry Dysert (last updated May 18, 2020)

Files have several attributes that are used to control how the file is used within Windows. One of the more important ones is known as the "read-only" attribute. When this is set, you can't accidentally edit the file and overwrite it. Why? Because when it is set, Windows understands that the file can only be read or viewed, not modified.

To set the file's read-only attribute, use Windows Explorer (Windows 7) or File Explorer (Windows 8 and Windows 10) to navigate to the file. Once you can see it, right-click the file and then choose Properties from the resulting Context menu. Windows displays the Properties dialog box for the file. (See Figure 1.)

Figure 1. The Properties text box for a file.

Note the Read-Only checkbox, near the bottom of the Properties dialog box. You can set or clear this checkbox according to your desires for the file. When you click OK or Apply, the attribute is changed as you direct.

After the read-only attribute is set, you can try to edit a read-only file, but you will be prevented from saving it. For example, after making my Temp.txt file read-only I opened the file and edited it. When I tried to save the file, I got notification that the operation couldn't be completed because Temp.txt was read-only. (See Figure 2.)

Figure 2. Trying to save a read-only file.

Note that most programs, if they detect that the read-only attribute is set, will allow you to do a "Save As" operation. This means that the file can be saved under a different name, but your original file remains undisturbed.

Marking a file as read-only also affects how you delete files. Most of the time, when you choose to delete a read-only file Windows will dutifully move it to the Recycle Bin. If you choose to empty the Recycle Bin, however, Windows asks you to confirm that you really want to delete the file. (See Figure 3.)

Figure 3. Trying to delete a read-only file.

If you want to really delete the read-only file, click Yes. If you click No (or otherwise close the dialog box), the file is left in the Recycle Bin.

 This tip (12851) applies to Windows 7, 8, and 10.

Author Bio

Barry Dysert

Barry has been a computer professional for over 35 years, working in different positions such as technical team leader, project manager, and software developer. He is currently a software engineer with an emphasis on developing custom applications under Microsoft Windows. When not working with Windows or writing Tips, Barry is an amateur writer. His first non-fiction book is titled "A Chronological Commentary of Revelation." ...

MORE FROM BARRY

Changing File Explorer's Default Startup Location

The File Explorer can start in either of two locations. This tip tells you how to set its default startup location to one ...

Discover More

Understanding Your Hosts File

Your system's Hosts file is an important file that can be used to increase the speed of you network connections, let you ...

Discover More

Introduction to PowerShell

PowerShell is found on all modern Windows computers. You might think of it as the next step up from the command line .bat ...

Discover More
More WindowsTips

Using Sync Center

Sync Center is a centralized place where you can deal with your offline files. You can do a manual sync, set up a sync ...

Discover More

Sorting a Folder

When you have a lot of files in a folder, it is helpful to be able to know how to sort through all the files. Windows 10 ...

Discover More

Copying Data with Robocopy

Robocopy is a robust file copy utility built into Windows. If you have a lot of file management to do that can't easily ...

Discover More
Comments

If you would like to add an image to your comment (not an avatar, but an image to help in making the point of your comment), include the characters [{fig}] (all 7 characters, in the sequence shown) in your comment text. You’ll be prompted to upload your image when you submit the comment. Maximum image size is 6Mpixels. Images larger than 600px wide or 1000px tall will be reduced. Up to three images may be included in a comment. All images are subject to review. Commenting privileges may be curtailed if inappropriate images are posted.

What is six minus 5?

There are currently no comments for this tip. (Be the first to leave your comment—just use the simple form above!)


Newest Tips