Helping people with computers... one answer at a time.

Iso files are a common disk image distribution format. We'll look at the best ways to open iso files as well as a couple of ways to create them.

I have a disc which contains some information. I want to open it but I apparently don't have the right program installed on my computer. The file type is ".iso". How can I open it?

An "iso" file is just a disk image.

There are two ways to deal with a disk image: put it on a disk, or make it look like you put it on a disk.

The easiest way to think of an iso file is more like a "zip" or "cab" file, only without the compression.

An iso file contains the image of a disk. That means it contains all the files and folders that were on that disk, much like a zip or cab file contains a collection of files and folders. The real difference is that an iso is a byte-for-byte copy of the low-level data actually stored on a disk.

There's nothing about the iso format that actually knows about files, folders or formats. It's just the raw data from the disk. Now, naturally that raw data, if interpreted correctly, may know about files, folders and format. But, like a disk, the operating system has to look, see what format was used (things like FAT32, NTFS and the like), and interpret the contents of the iso file as if it were reading the raw data from an actual disk.

"The easiest way to think of an iso file is more like a 'zip' or 'cab' file, only without the compression."

There are a few ways to deal with iso files.

Burn the iso file to a disk.

Iso files are frequently used to distribute CD or DVD images. For example if you download a popular Linux distribution what you'll most likely download is actually an iso file. Using a CD or DVD burning program like ImgBurn you can then write that iso disk image to an actual disk. When you examine the completed disk you'll see all the files and folders that were contained in the image. In the case of the Linux distribution, you'll probably even be able to boot from the CD you just created.

Mount the iso file as if it were a disk.

There are several utilities out there that will mount an iso file as if it were a disk drive, though often only for reading. I've not used any enough to recommend, or even mention names, so perhaps readers will chime in with utilities that they've used.

Treat the iso file as if it were an archive.

Recall how I indicated that iso files are much like zip or cab files? As it turns out, some of the popular archiving utilities, including WinRAR and my personal favorite 7 Zip can also read and extract the contents of iso files.

All you need to do is use those tools' view or extraction functions on the iso file to examine its contents or extract some or all of the files you need.

Creating iso files

Creating iso files of CDs or other disks you own is a convenient way to backup, archive or (if legal) share them. And it's actually quite easy to do.

Most CD/DVD burning software includes the ability to rip or create an iso image. ImgBurn, in particular, is perhaps one of the easiest tools to use for this purpose. Just insert your CD, tell ImgBurn where to place and what to name the iso file, and push a button.

ImgBurn can also be used to create an iso image from files you specify, much as if you were actually burning files to CD or DVD. After collecting the files that you want to place in the image, you can instruct ImgBurn to create an iso file instead of burning to disk.

Next steps

If you're simply trying to get at something that's stored inside an iso file, go grab a copy of 7-zip which will let you extract the contents just as if it were a .zip file.

If you need to install or run something that was delivered as an iso file, grab a copy of ImgBurn, and then follow my step-by-step instructions on burning an iso to CD or DVD.

Article C3228 - December 5, 2007 « »

Share this article with your friends:

Share this article on Facebook Tweet this article Email a link to this article
Leo Leo A. Notenboom has been playing with computers since he was required to take a programming class in 1976. An 18 year career as a programmer at Microsoft soon followed. After "retiring" in 2001, Leo started Ask Leo! in 2003 as a place for answers to common computer and technical questions. More about Leo.

Not what you needed?

Recent Comments
93 Comments
Tony
October 24, 2011 4:08 PM

So then can one do an iso of its operating system on a netbook that does not have a burner, and then share it to my other computer that does have a burner?

Will
May 11, 2012 11:38 PM

Thank you so much. 7-zip works so well

yael
May 27, 2012 10:35 PM

thank you! you've changed my computer life for the better!

Camran Manikfan
October 3, 2012 11:21 PM

Utilities like Magic ISO or Virtual CloneDrive (the latter from Slysoft.com) will mount the ISO image file on a virtual disk. :) Of course, if you just want to take a look at the things inside or view and open the setup.exe file, 7-Zip and WinRAR work just as well.

Camran Manikfan
October 4, 2012 8:46 AM

I forgot about this one which a college friend of mine uses - Power ISO.

Comments on this entry are closed.

If you have a question, start by using the search box up at the top of the page - there's a very good chance that your question has already been answered on Ask Leo!.

If you don't find your answer, head out to http://askleo.com/ask to ask your question.