Open In App

How to Change File Extension in Windows?

Last Updated : 02 Apr, 2024
Comments
Improve
Suggest changes
Like Article
Like
Report

On Windows, there are different applications present to open each kind of file. For example, the Word Application can only open DOC files, and the PDF Viewer can only able to open PDF files, not DOC or PNG files. Applications mark any file as openable or not using one kind of pointer which is known as the Files Extension.

There are a lot of Windows File Extensions present like DOCX, PPTX, XLSX, PNG, HTML, etc. If you want to open a PPT File using any PDF Viewer, then you should Change the File Format from PPTX to PDF. To do so, you have to Rename the File Extension in that certain file to make a copy in the desired extension.

In this article, we will discuss how to change file types on windows in no time.

How to Make File Extension Visible With File/Folders Name?

Step 1: Search for the File Explorer Option in the Search Bar & go with the best option.

1--Select-File-Explorer-Option

Step 2: Under the View Tab, remove the mark from Hide Extensions From Known File Types. Click OK.

2--Remove-Marks

Hence, we have enabled the option so that the file extension can be possible in Windows now.

How to Change File Extensions on Windows?

To convert the File Extension in Windows without any tool, the following methods should be executed. We will start with the process which will help to show the newly created files after changing the extension.

Method 1: How To Change File Types on Windows Using Rename Option

Step 1: Select the file which extension you want to change & right-click on the file. Go for the Rename option.

3--Click-Rename

Step 2: Change the file format to the desired format & press Enter. You will find a window for verification. Click on the Yes option.

4--Select-YES

Hence, we have successfully altered file extensions on Windows using the Rename process.

Method 2: How To Change File Types on Windows Using Save As (Only for Documents)

Step 1: On any document, select the Save As option.

5--Click-Save-As

Step 2: While saving the file, change the File Format along with the File Type. It will help to make the same kind of document with different file extensions.

6--Save-Document

Hence, we have successfully altered file extension on Windows using the Save As process.

Method 3: How To Change File Types on Windows Using CMD

The another easy method to change File extension is using Command Prompt. To change a file type simple execute write ren followed by File_name.<current file extension> File_name.<new file extension.

ren file_name.<current file extension> file_name.<new file extension>

As you can see I am changing the file extension from txt to docx by writing "ren hello.docx hello.txt" in the command propmt.

Method 4: Change File Type in Bulk

To change file type in Windows of all the files present in the folder follow the following steps.

Step 1: Open the folder to change file type in bulk.

Step 2: Right click on empty space and select open in terminal.

Change-file-extension-in-bulk

Step 3: Now write following command in cmd.

ren *.* *.docx        // to change all file's extension to docx

or

ren *.*txt*.docx    // to change only txt file extension to docx

Conclusion

So, these are the simple methods you can execute to change your file extension simply with a few clicks. The best option is to go with the Rename process where the effort is much less. However, if you want to go with the Save As option, you can easily go.

But these option is only available for Documents not for MP3 or PNG files. To change file extensions of these file you can use third party file converting tools like CloudConvert, Online converter, Zamzar etc. 

So try out these methods to convert the file extension in Windows. Now, let's discuss some important questions regarding changing file type in your system.


Next Article

Similar Reads