Fix Notion Rollup Cannot Be Renamed After Initial Creation
🔍 WiseChecker

Fix Notion Rollup Cannot Be Renamed After Initial Creation

When you create a Rollup property in a Notion database, you can change its name only during the initial setup. After you click anywhere outside the property editor, the name becomes locked and cannot be edited directly. This happens because Notion treats the Rollup property name as a fixed identifier once it is saved, unlike regular text properties that remain editable. This article explains why the name is locked and provides the exact steps to rename a Rollup property after creation.

Key Takeaways: Renaming a Locked Notion Rollup Property

  • Property menu > Rename: The Rename option is disabled for Rollup properties after the first save, making direct renaming impossible.
  • Workaround: Delete and recreate: Remove the Rollup property and create a new one with the desired name to bypass the lock.
  • Workaround: Duplicate and rename: Duplicate the database, rename the Rollup in the duplicate, then transfer data back to the original database.

ADVERTISEMENT

Why Notion Locks the Rollup Property Name After Creation

Notion Rollup properties aggregate data from a related database using a formula or aggregation function such as Sum, Count, or Average. When you create a Rollup, Notion assigns an internal reference ID to the property. This ID is tied to the name you give it during creation. Once you save the property, the name becomes a permanent identifier for the Rollup’s internal calculations and data connections.

Notion does not allow renaming a Rollup after creation because the property name is part of the database schema. Changing it could break formulas, linked views, and API integrations that reference the original name. This is a deliberate design choice to maintain data integrity. The same restriction applies to Formula and Relation properties, though Rollup is the most commonly affected type because users often want to adjust its name after seeing the output.

Steps to Rename a Notion Rollup Property After Creation

Since the Rename option is disabled for saved Rollup properties, you must use one of two workarounds. The first method deletes the Rollup and recreates it. The second method uses a duplicate database to preserve data. Choose the method that best matches your situation.

Method 1: Delete and Recreate the Rollup Property

This method is fastest when the Rollup does not contain critical data that would be difficult to reconstruct. You lose the Rollup values, but you can rebuild them quickly.

  1. Open the database view
    Navigate to the database that contains the Rollup property you want to rename. Ensure you are in a table or board view that shows all properties.
  2. Delete the Rollup property
    Hover over the Rollup column header. Click the downward arrow icon to open the property menu. Scroll to the bottom of the menu and select Delete property. Confirm the deletion when prompted. All Rollup values in that column are removed.
  3. Create a new Rollup property with the desired name
    Click the + button at the rightmost column of the database. Select Rollup from the property type list. In the Rollup configuration panel, type the new name in the Property name field. Choose the Relation property that connects to the target database, then select the Property to aggregate and the Calculate function. Click Create to save the new Rollup.

Method 2: Duplicate the Database, Rename, Then Transfer Data

Use this method if the database contains many rows and you want to preserve all existing Rollup values. This approach requires more steps but avoids data loss.

  1. Duplicate the entire database
    Click the three-dot menu at the top right of the database view. Select Duplicate. In the dialog, choose Duplicate with content to copy all rows and properties. Name the duplicate something like OriginalName – Copy.
  2. Rename the Rollup property in the duplicate
    In the duplicate database, open the property menu for the Rollup column. The Rename option is still disabled. Delete the Rollup property using the steps from Method 1. Create a new Rollup property with the exact same configuration but with the new name.
  3. Copy all rows from the original database to the duplicate
    In the original database, select all rows by clicking the checkbox column header. Press Ctrl+C (Windows) or Cmd+C (Mac) to copy the rows. Go to the duplicate database, click the first empty row below the last row, and press Ctrl+V or Cmd+V to paste. The pasted rows include all original property values except the Rollup. The new Rollup property automatically calculates values for the pasted rows because the Relation and aggregation settings are identical.
  4. Delete the original database and rename the duplicate
    Once you confirm that all data transferred correctly, delete the original database. Rename the duplicate database to the original name by clicking its title and typing the new name.

ADVERTISEMENT

If Notion Still Shows the Old Rollup Name

Rollup Name Remains in Linked Views After Rename

If you used Method 1 and recreated the Rollup with a new name, linked views that reference the old Rollup name may still display the old name. This happens because linked views cache property names. To fix this, delete the linked view and recreate it. Alternatively, edit the linked view’s properties and remove the old Rollup, then add the new Rollup property.

Formulas Break After Deleting the Rollup

If any formula property in the database references the deleted Rollup, the formula will show an error. Open each formula property and update the reference to use the new Rollup property name. Formula references use the property name exactly, so the new name must match the reference in the formula code.

API or Integration Errors After Rename

If you use Notion’s API or a third-party integration like Zapier or Make, the old Rollup property name may be hardcoded in the integration’s configuration. After renaming, update the integration to use the new property name. You can find the property name in the integration’s field mapping section.

Notion Rollup Rename Methods Compared

Item Delete and Recreate Duplicate and Transfer
Data loss Rollup values are lost All values preserved
Time required 2-3 minutes 10-15 minutes for large databases
Formula impact Formulas referencing the old Rollup break No formula impact if Rollup is recreated identically
Linked views Must recreate linked views Linked views in the duplicate remain intact
Best for Small databases with few rows Large databases with many formulas and integrations

You can now rename a Notion Rollup property after creation by deleting and recreating it or by duplicating the database and transferring data. The duplicate method preserves all existing Rollup values and avoids breaking formulas. For future Rollup properties, decide on the name before clicking the Create button to avoid the rename limitation entirely. If you frequently rename properties, consider using a naming convention like Rollup_Sales_Sum to reduce the need for later changes.

ADVERTISEMENT