Share via

Windows update catalog

mark carey 20 Reputation points
2026-05-31T04:48:19.0133333+00:00

I found the file that I need and hit the download button. Where did it go? I don't even see a space to enter the alphanumeric code that I copied.

Windows for home | Other | Windows update
0 comments No comments

3 answers

Sort by: Most helpful
  1. Adam J. Marshall 10,781 Reputation points MVP
    2026-06-02T18:54:49.9666667+00:00

    If you're also looking at importing the update into WSUS, use Import-WsusUpdate for an easy way to import anything on the catalog into the WSUS Database.

    https://www.ajtek.ca/free-tools/import-wsusupdate/

    But yes, if you're not getting the extra window giving you the direct download link, it's likely a popup blocker or ad-blocker.

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments

  2. Thomas4-N 16,210 Reputation points Microsoft External Staff Moderator
    2026-05-31T09:10:43.1966667+00:00

    Hello mark carey,

    Just to add on top of the existing answer — the bit that usually catches people out here isn't the Catalog itself, it's the browser silently swallowing the download window.

    When you click Download in the Microsoft Update Catalog, it's supposed to open a small pop-up window containing the actual .msu / .cab link. You click that link in the pop-up to start the file download. There's no "code" to enter anywhere — the alphanumeric you have (the KB number) only goes in the search box at the top of the Catalog page, not on the download page.

    If you click Download and nothing appears to happen, it's almost always because your browser's pop-up blocker (or tracking protection / a security extension) is blocking that window without telling you. The Catalog actually warns about this at the bottom of its own download page.

    A couple of things to try:

    • In Edge: Settings > Cookies and site permissions > Pop-ups and redirects > Allow, add https://catalog.update.microsoft.com to the allow list. Same idea in Chrome / Firefox if you're using those.
    • Or open the Catalog in an InPrivate / Incognito window, which usually disables extensions that interfere.
    • Worth trying a different browser as a quick sanity check.

    Once the pop-up actually opens, click the .msu (or .cab for driver packages) link inside it and the file will save to your usual Downloads folder.


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".  

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    Was this answer helpful?


  3. AI answer

    2026-05-31T04:48:33.1933333+00:00

    In the Microsoft Update Catalog, clicking Download does not immediately save the file; it first opens a small pop‑up window with one or more direct links to the update files.

    To get the file:

    1. After clicking Download next to the update, look for a new small window or pop‑up titled Download.
    2. In that window, click the link for the update file (for example, a .msu, .cab, or .exe).
    3. When the browser’s Save dialog appears, choose Save and note the folder (often Downloads by default). There is no alphanumeric code field to paste into; the copied code is not needed for the download.
    4. After it finishes, open File Explorer and check the Downloads folder (or the folder chosen in step 3) to find the file.

    If a driver .cab file was downloaded and needs to be extracted, open a Command Prompt and run:

    expand <CAB FILE NAME> -F:* <DESTINATION>
    

    Then install or stage the driver from the extracted files.


    References:

    AI-generated content may be incorrect. Read our transparency notes for more information.

    Was this answer helpful?

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.