Free license activated but Pro features not visible in UI (npm install)

Describe the problem/error/question

I activated my free Community Edition license key on a local n8n instance installed via npm, and while the terminal confirms the license is successfully activated and renewed, the UI does not reflect the unlocked Pro features.

I cannot access:

  • Folder creation
  • Workflow history (last 24 hours)
  • Debug in editor
  • Advanced execution filters

Everything still looks like a regular Community Edition instance.

What is the error message (if any)?

There is no error message in the UI.
However, I ran n8n license:info and confirmed that the license is valid and includes Pro features like:

"feat:folders": true,
"feat:debugInEditor": true,
"feat:workflowHistory": true,
"feat:advancedExecutionFilters": true

Still, the UI does not reflect these.

Please share your workflow

No workflow yet — just checking UI features after activation.

Share the output returned by the last node

N/A

Information on your n8n setup

  • n8n version: 1.97.1 (also tried latest via npm install -g n8n@latest)
  • Database (default: SQLite): Default (SQLite)
  • n8n EXECUTIONS_PROCESS setting (default: own, main): Default
  • Running n8n via (Docker, npm, n8n cloud, desktop app): npm (globally installed on Windows)
  • Operating system: Windows 11

What I’ve tried:

  • Restarting n8n
  • Clearing browser cache
  • Updating n8n to latest
  • Running n8n license:clear and re-activating the key via UI

Still can’t see the unlocked features.

Thanks for the help!

He @flakks, hope all is well, welcome to the community.

Can you attach a screenshot of your Personal space and a screenshot of one failed execution (click on one in the Executions tab)?

Thanks @Jabbson!

Here are the screenshots you asked for:

1. Personal space

2. Failed execution

Let me know if you need any further info or logs!

  • In the first screenshot the image shows a workflow page, not a Personal space (click on Personal up top) and share that.
  • In the second screenshot the image shows a successful execution, not a failed one, it even says so on the screenshot itself, share the second one.
  • Could you also include a screenshot of the “Usage and Plan” in the settings?