Add-Ins Manager, available in Revit 2025.3 and later updates, allows you disable and enable add-ons from a list.
How to open and use Add-Ins Manager
Use one of the following options to open the Add-Ins Manager:- Click Manage
Extensions
Add-Ins Manager. Here you can enable and disable Macros, individual add-ons, or all add-ons.
The changes made in the Revit Add-Ins Manager will take effect on the next Revit launch.
- Alternatively, you can launch Revit Add-Ins Manager as a standalone application without launching Revit, either searching the Windows start menu for Revit Add-Ins Manager, or going to <Revit installation folder> AddInsManager\RevitAddInsManager.exe.
You can use the standalone application to disable an add-on even if an issue of that add-on prevents Revit from starting.
Add-ons loading time
The Revit Add-Ins Manager shows the last loading time of each add-on item that has been loaded into Revit. The add-ons loading time is approximate, and consists of the time needed to load the add-on DLL with all the dependencies, and execute the OnStartup method, if the item requires that. If during the OnStartup method execution a dialog appears, its time is considered as a part of the add-on item loading time.
If the manifest file contains several add-ons or commands, the time is measured for each item individually. The Add-Ins Manager UI displays the time of each item from the manifest file, and the manifest (group) item displays the sum of loading time for all the items in it.
How to customize the display of the add-ons in Add-Ins Manager
The list of add-ons is grouped by the manifest file. If the manifest file has one item in it, that is displayed as a single item on the UI, otherwise all items from the manifest file are grouped. The group name corresponds to the manifest file name.
Tips:
- To group different Revit add-ons or commands in the Add-Ins Manager window, place them inside one manifest file.
- Use an easily readable name for the manifest file, as this name becomes the group name.
- Specify <Name></Name> tag for each item inside of the manifest file. Use easily readable names separated with spaces. This name is disabled on the Add-Ins Manager window.
- Specify <VendorId></VendorId> tag for each item inside of the manifest file. The VendorId will be disabled on the Add-Ins Manager window.
- You may specify <ProductDescription></ProductDescription> for each add-on item inside of the manifest file, and a short description of what this item does. The text from ProductDescription is displayed as a tooltip when you hover over the name of this item in the Add-Ins Manager dialog. This is an optional setting. If you do not use it, no tooltip is shown.