Share via

InfoPath Retirement - Content Type templates

Mcintosh, Rebecca 181 Reputation points
2026-06-12T12:11:48.5166667+00:00

Hello,

Could you please direct me to the relevant resources to review and handle the retirement of InfoPath Forms associated with Content Types? I cannot seem to find anything relating to this and when I review my sites with these appearing on the microsoft365-assessment tool I cannot find the corresponding Form to disable it.

User's image

Thanks!

Microsoft 365 and Office | SharePoint | Development
0 comments No comments

Answer accepted by question author

Gabriel-N 18,875 Reputation points Microsoft External Staff Moderator
2026-06-12T13:08:10.99+00:00

Hello @Mcintosh, Rebecca

Based on my research, when the report shows InfoPath usage at the Content Type level, it doesn’t always mean there’s still an actual form you can find in the UI. In many cases, the content type was customized with InfoPath in the past, and SharePoint simply retains that “InfoPath-enabled” flag, even if the form itself is no longer visible or may have already been removed.

That’s likely why you’re seeing entries like template.doc/template.docx marked as enabled, but can’t locate a specific form to disable.

Instead of looking for a separate form, I’d suggest checking where that content type is being used (lists/libraries) and confirming whether any of them are still relying on a custom form. If not, you can usually reset the content type or the list back to the default form to remove the InfoPath dependency.

For better assistance, and if you have admin access, you may also consider opening a support ticket from the Microsoft 365 admin center so the support team can take a closer look at your specific environment. Since this is a user-to-user forum, we don’t have backend access to investigate or escalate further, but we’re always happy to share guidance based on experience and best practices.

Hope this helps, and feel free to share any updates


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.

1 additional answer

Sort by: Most helpful
  1. AI answer

    2026-06-12T12:12:12.4533333+00:00

    For InfoPath forms that were published as SharePoint content types, the key is to work at the content‑type and form‑template level rather than looking for a classic “form library” template in each site.

    Use these steps and resources:

    1. Identify InfoPath content types and templates
      • InfoPath form templates can be published as site content types and reused across libraries in a site collection.
      • A content type defines the form template, its columns, and any document‑management settings such as workflow or policy settings.
      • When a form template is published as a site content type and later updated, the change is automatically applied wherever that content type is used.
      • To locate the underlying XSN when the form is deployed as a content type, inspect the WSP/solution reported by your assessment tool. For InfoPath content types, the XSN is stored in a form library that was connected to the content type at deployment time. In that library, the form is stored as a file and can be downloaded directly.
    2. Download the InfoPath XSN for analysis or retirement
      • For InfoPath forms deployed as Form Library templates, the XSN is in the Forms folder of the form library. Construct a URL in the form:
        • library URL + /Forms/template.xsn
        • Example: https://contoso.sharepoint.com/sites/infopath1/IHaveCodeBehind/Forms/template.xsn
      • For InfoPath forms deployed as Site Content Types, the XSN is stored as a file in the associated form library (linked to the content type at deployment). From that library, download the XSN file directly.
      • These downloaded templates can then be inspected, updated, or removed as part of the retirement process.
    3. Decide whether to retire or replace each form
      • Before removing InfoPath content types, first determine whether the forms are still business‑critical.
      • If the form is no longer relevant, it can be retired. If the underlying data is still needed, convert the InfoPath XML data into SharePoint list items before removing the form so that the information remains accessible.
    4. Plan remediation or migration
      • Use the sandbox solution transformation guidance for InfoPath to analyze existing forms, understand whether they use code‑behind, and decide whether to fix and redeploy or move away from InfoPath to an alternative solution.
      • The guidance also points to tools such as the SharePoint SandBox Solution scanner and the PnP transformation utilities that help discover and migrate InfoPath‑based solutions.
    5. Central management considerations
      • Where InfoPath Forms Services is used, form templates and associated forms can be stored and managed centrally on a server running InfoPath Forms Services.
      • Publishing InfoPath templates as content types allows centralized updates: updating the content type updates all libraries using that type, which is useful when systematically retiring or replacing InfoPath forms across a site collection.

    For deeper technical details and tools specifically aimed at analyzing and transforming InfoPath solutions (including those deployed as content types), review the InfoPath sandbox transformation guidance and the InfoPath Forms Services and developer resources.


    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.