End of Publisher

Christine Ashcroft 35 Reputation points
2026-04-08T08:38:21.5266667+00:00

Is there anyway I can get to use my publisher files after October, I have hundreds of Publisher files, and do not have the time to convert them all in time for Publisher ending.

I am not a experienced computer user and I use Publisher a lot. I can make booklets in other programmes, but I will need to access previous Publisher files for relevant detailsSurely someone can find a way to bulk convert the files. I struggle to afford the annual cost for m

Microsoft so cannot buy PDF. In any case when I tried the free trial I found it too complicated.

I can manage to make new files in Word, but I need to access the old Publisher files. I don't even mind if to use them I have to convert them, but I do need to be able to open them after October.

This may seem trivial to more experienced computer users, but surely Microsoft should consider those not as competent in computer use

Microsoft 365 and Office | Publisher | For business

Locked Question. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments
Answer accepted by question author
Julie Huynh 3,085 Reputation points Independent Advisor
2026-04-08T11:07:36.86+00:00

Dear @Christine Ashcroft,

Good day! Welcome to Microsoft Q&A forum!

Based on your post, I understand that you are seeking a way to continue accessing your existing Microsoft Publisher files after Publisher is discontinued in October. You have a large number of Publisher documents that contain important information, and converting all of them individually is not practical for you given time, cost, and technical constraints. While you are able to create new documents in Word or other programs, your primary concern is being able to open or convert your older Publisher files when needed. You are also finding current conversion options difficult to use and would like to see solutions that better support users with varying levels of computer experience.

To clarify, Microsoft Publisher will be removed only from Microsoft 365 subscriptions after October 2026. This means that subscribers will no longer be able to install or use Publisher through Microsoft 365 after that date. However, your existing files will not be deleted or harmed by this change.

If you currently use a perpetual (one‑time purchase) version of Publisher, such as Publisher 2019 or 2021 included with Office Professional, you will still be able to open and use Publisher on the same computer after October 2026. The application will continue to function, although it will no longer receive updates or official support from Microsoft.

For Microsoft 365 users, Microsoft recommends planning a gradual transition so that important Publisher documents remain accessible in the long term. Therefore, depending on your needs:

  • Files can be saved as PDF if you mainly need to view or reference past content.
  • Some layouts can also be saved as Word (.docx) files to preserve editable text for future use, although formatting may change.

I hope this information helps clarify what to expect and what options are available.

Please note that this is a community forum where users help one another. We are not involved in product design decisions and do not have direct access to the development roadmap, we want to assure you that your feedback has been acknowledged and is valued.

Thank you for your kindness and understanding!


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?

1 person found this answer helpful.

3 additional answers

Sort by: Most helpful
  1. Cheri Fane 0 Reputation points
    2026-08-01T19:56:30.1133333+00:00

    I am extremely disappointed in your decision to kick Publisher to the curb. You have not given a valid reason for doing so and I am amazed that you would piss off so many loyal users. I have many, many documents created in Publisher. I have tried in the past to create the same thing in Word and it is just not user friendly for what I'm doing. In fact, many times I have created a document in Word only to get frustrated and end up cutting and pasting the material to Publisher in order to get it to layout the way I want it to. Why? Why? are you ending it? Please please reconsider keeping it, even if it is not included in Office 365 and has to be subscribed to separately. Your many users will thank you profusely!

    Was this answer helpful?

    2 people found this answer helpful.
  2. L Stolz 5 Reputation points
    2026-04-24T02:40:01.4233333+00:00

    I have used Publisher for almost 30 years, and have thousands of files. I have tried to use Word and PowerPoint to accomplish the same things, but those products don’t have nearly the same functionality. I have never called Microsoft for support. I am willing to continue my 365 subscription, but would like to purchase a standalone copy of Publisher that would allow me a perpetual license. COULD MICROSOFT PLEASE MAKE THAT AVAILABLE?

    Was this answer helpful?

    2 people found this answer helpful.
  3. AI answer

    2026-04-08T08:38:49.7+00:00

    After October 2026, Microsoft 365 subscribers will no longer be able to install, open, or edit Publisher, so Publisher files (.pub) will not open in Publisher anymore with a Microsoft 365 subscription. To keep access to the content, files must be converted before that date.

    Key options based on the provided information:

    1. Continue using a perpetual (one‑time purchase) Publisher
    • If a perpetual version of Publisher (for example, part of Office LTSC 2021) is owned and installed, it can still be installed and used after October 2026, even though support ends. In that case, .pub files can still be opened and edited in that perpetual version.
    1. Convert existing Publisher files so they remain usable Microsoft recommends converting existing .pub files to other formats before 1 October 2026:
    • To keep a view‑only copy (easy, least change):
      1. Open the Publisher file.
      2. Select File > Save As.
      3. Choose where to save.
      4. Select PDF as the file type and select Save.
      These PDFs can be opened for free in many PDF readers.
    • To keep an editable copy in Word:
      1. First convert the Publisher file to PDF as above.
      2. Open Word.
      3. Select File > Open and choose the PDF.
      4. Select OK in the dialog box.
      5. Word will convert the PDF to an editable Word document. The layout may change, especially if there are many pictures or complex formatting.
    • To convert many files in bulk:
      • A sample PowerShell script is provided that can bulk‑export .pub files to PDF (or other export formats). It requires:
        1. A working, licensed version of Publisher installed.
        2. Downloading the sample script Convert-PubFileToPDF.ps1.
        3. Opening PowerShell with the required execution policy.
        4. Running the script with filters such as:
          • Convert-PubFileToPDF.ps1 -Filter "C:\\Documents\\MyFile.pub"
          • Convert-PubFileToPDF.ps1 -Filter "*.pub" (all .pub files in the current folder)
          • Convert-PubFileToPDF.ps1 -Filter "*.pub" -Recurse (current folder and all subfolders)
      The script is designed to continue even if some files fail and will list which files were converted and which had errors. If a PDF with the same name already exists, it will skip that file and show an error; rename or delete the existing PDF and run again if needed.
    1. Finding all Publisher files to convert
    • Run a file search for *.pub on the PC, OneDrive, or SharePoint to locate all Publisher files, then run the bulk conversion script against those folders.
    1. Alternatives for new work
    • For new documents going forward, Microsoft suggests using other Microsoft 365 apps depending on the type of content (for example, Word or PowerPoint for brochures, flyers, newsletters, and cards). These can be saved as PDF or edited directly without Publisher.

    There is no built‑in way in Microsoft 365 to keep opening .pub files in Publisher after October 2026 without either:

    • Using a perpetual (non‑subscription) version of Publisher that remains installed, or
    • Converting the .pub files to other formats (PDF/Word or via third‑party tools) before that date.

    References:

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

    Was this answer helpful?