hnlogoboss

Compressed (zipped) Folders Error

Windows has built-in support for zip files. It can create, extract, browse through zip files which is a nice feature but this feature can also give you troubles in some situations.

  1. Compressed Zipped Folders Error Windows 7
  2. Access To Compressed Zipped Folder Is Denied

When you try to open a .zip file you’ve downloaded using Windows Explorer, you might receive the follow error:

“Windows cannot complete the extraction. The destination file could not be created.”

By default, Windows will extract the files into the temp folder when you double-click on a .zip file to open it for viewing. This error means there is a problem with the permissions of the temp folder.

When I right-click a 13.2 MB MP3 file and send it to a compressed (zipped) folder, the compressed folder is 13.1 MB-pretty much the same size as the original document. Shouldn't there be more compres.

Here is a workaround:

  1. Move the .zip file into one of your user profile sub-folders, like Downloads, Documents, Pictures, etc.
  2. Right-click on the .zip file and select “Extract All”. This allows you to decompress all of the files into a folder of your choice.

Actually this problem has been faced by lots of Windows users. If you open the zip file with some third-party tools such as 7-zip or WinRAR, every file could be opened without error.

Related posts:


When I try to zip files containing unicode characters in their names, such as © or ™, I get the following error:

[Window Title] Compressed (zipped) Folders Error

[Content] 'C:Asd™.txt' cannot be compressed because it includes characters that cannot be used in a compressed folder, such as ™. You should rename this file or directory.

[OK]

This only became a problem when I reinstalled Windows 7. I probably had some resources necessary from this error to be resolved automatically, but it's almost clean installation now and I can't zip files. How do I fix this?

Compressed Zipped Folders Error Windows 7

UPD: Some time passed since I posted this question, I installed some of my usual applications, but the problem still exists and I'm not sure if it can be fixed by installing some specific application from before.

Windows 10's built in zipping might not have this problem, as reported in a comment to this question.

user1306322
user1306322user1306322
2,1989 gold badges36 silver badges73 bronze badges

2 Answers

If the offending characters are from a language other than English but one Microsoft supports, you can install the relevant MUI (Multilingual User Interface) language pack from Windows Update, or the relevant LIP (Language Interface Pack) from here as a possible fix.

In addition to the above, you may also need to change the System Locale.

The system locale determines the default character set (letters, symbols, and numbers) and font used to enter and display information in programs that don't use Unicode. This allows non-Unicode programs to run on your computer using the specified language. You might need to change the default system locale when you install additional display languages on your computer. Selecting a different language for the system locale doesn't affect the language in menus and dialog boxes for Windows or other programs that do use Unicode.

To do so:

Compressed zipped folders error is invalid
  1. Type 'region' in the Start Menu search box (without the quotes)

  2. Open the Region and Language Control Panel applet

  3. Click the Administrative tab, and then, under Language for non-Unicode programs, click Change system locale. If you are prompted for an administrator password or confirmation, type the password or provide confirmation.

  4. Select the language, and then click OK.

  5. If you're prompted to restart your computer, click Restart now to do so.

However, if the offending characters are something like as mentioned above, I do not believe there's any official Microsoft fix for this zipfldr.dll limitation, that has existed as long as Windows has had this feature (so if you really did fix it earlier, possibly you installed some third party component). From Wikipedia:

Access To Compressed Zipped Folder Is Denied

Versions of Microsoft Windows have included support for zip compression in Explorer since the Plus! pack was released for Windows 98. Microsoft calls this feature 'Compressed Folders'. Not all zip features are supported by the Windows Compressed Folders capability. For example, AES Encryption, split or spanned archives, and Unicode entry encoding are not known to be readable or writable by the Compressed Folders feature in Windows XP or later versions.

The ZIP file format lacked Unicde support for a long time, and this extension was only added 6 years ago in 2006. As per APPENDIX D - Language Encoding (EFS) of the ZIP File Format Specification:

(zipped)(zipped)

D.1 The ZIP format has historically supported only the original IBM PC character encoding set, commonly referred to as IBM Code Page 437. This limits storing file name characters to only those within the original MS-DOS range of values and does not properly support file names in other character encodings, or languages. To address this limitation, this specification will support the following change. [Read document for the rest.]

Since then of course all of the major Windows archivers implementing the format have been updated to include Unicode support, beginning I believe with WinZip in 2008. Unfortunately, Microsoft for some strange reason licensed a third party library for its Compressed Folders feature (although it's not terribly tough to code ZIP support), and obviously this library pre-dates the addition of Unicode to the ZIP file format. Also, as a clear sign of just how much it cares for this feature, Microsoft has not updated the code to fix this bug till date (apparently, even the new System.IO.ZipArchive class in the latest version of the .Net Framework i.e. 4.5 did not get this right initially, but the bug has since been fixed). I guess they expect everyone to install one of the many full-featured third party archivers available, which is precisely what I recommended to you as well above.

You can read the sordid details about this peculiar lack of Unicode support in Windows in the following series of blog posts by Microsoft's Michael Kaplan:

P.S. 'I just found out that zipping with windows' 'send to' works as good as Winrar's 'best' zipping, but so much faster.' - I just tested this, multiple times. Other than the extra time taken to open WinRAR's Add to archive dialog, select ZIP as the archive format and press OK, the actual time taken for compression was roughly the same for both, with WinRAR taking less time in general (albeit the differences were negligible). If you saw a huge difference, it could only have been if you tested WinRAR on a set of files first, then immediately compressed the same files with Compressed Folders. Naturally the second time around Windows had already cached the data, so the process took a fraction of the time it did initially. Do it in the opposite order on a set of files you haven't touched earlier during the current Windows session, and I bet the result will be reversed. :)

As for the final compressed size, depending on the data/combination of file formats archived, I found either of the two doing a better job (although again the differences were negligible). Of course, the 7z or Rar (or even WinZip's ZipX) formats are far better in this regard and will beat plain ol' ZIP almost any day (i.e. ZIP using the traditional/legacy deflate algorithm instead of PPMd and the like).

KaranKaran
50.1k14 gold badges94 silver badges167 bronze badges

I got the same problem. Use 7-zip manager and zip your files and the problem is solved. :)

JaivinJaivin

Not the answer you're looking for? Browse other questions tagged windows-7zip or ask your own question.