- Home
- Resources
- Integrations
- Track Time Saved
n8n Track Time Saved nodeConfigure Track Time Saved in n8n.
Automation only gets funded when someone can put a number on it. The n8n Track Time Saved node turns each run into minutes saved, based on the path the workflow took and how many items it processed. Two parameters, version 1, nothing to install and no account to connect.
Verified Trustpilot reviews · AI, automation & growth agency
What does the n8n Track Time Saved node actually measure?
Track Time Saved records how many minutes a workflow execution gave back to the people who used to do that job by hand. The value is not guessed by n8n: you state it, and the node counts it once for the whole run or multiplies it by the number of items that reached it. Because it sits inside the workflow, the count follows the execution path, so a run that stopped early does not claim the same saving as a run that went all the way through.
Take a nightly export that pushes new orders into a spreadsheet. A Schedule Trigger starts the run, the rows land in Google Sheets, and Track Time Saved sits right after with Per Item selected. Five orders on a quiet night, forty on a busy one, and the number reported reflects that difference without anyone touching the workflow.
A support triage run works the other way. One execution reads the inbox, sorts the tickets, and drops a digest into Slack. The saving is the meeting that no longer happens, not a per ticket saving, so Once For All Items is the honest setting. Same node, opposite mode, and the difference is a deliberate choice rather than a default nobody reviewed.
Branching is where the node earns its place. Put an If node in front of it and give each branch its own Track Time Saved with its own Minutes Saved value. The happy path that auto approves a request claims more minutes than the branch that only flags it for a human. Nothing is averaged, because only the branch that ran contributed its number.
Prefer a different approach when the number you want is not a saving. Storing a duration, a cost or a run identifier in your own data is a job for a field, not for this node, and Track Time Saved will not read a value out of your items on its own. It also has no opinion on how long the manual task really took: the minutes come from you, so agree on them with the team that used to do the work, and write them down somewhere before they drift.
Two limits are worth knowing before it goes into production. The node does not start a workflow, so something has to run before it, and it does not store history by itself: a run counts minutes, and it is up to the following nodes to keep that number. Version 1 is the only version there is, which means a workflow you built last year shows the same two parameters as one you build today. If you want a second opinion on where this fits in a wider setup, the n8n review covers how the platform handles reporting around workflows.
How do the two parameters work?
The Track Time Saved node has 2 parameters. For each one: the node as you configure it in n8n, what the parameter changes, and our field notes.
Parameters index
Calculation Mode
modeWhat you see in n8n
Notes & use cases
Calculation Mode decides whether one execution reports a single saving or one saving per item that reached the node. Pick it from how the manual work used to be done, not from the shape of the data.
Key parameters
- Calculation Mode: two choices,
once(Once For All Items) andperItem(Per Item). - Once For All Items: counts minutes saved once for all input items, whatever number of items arrive.
- Per Item: multiplies minutes saved by the number of input items, so the total moves with the volume of the run.
Minutes Saved
minutesSavedWhat you see in n8n
Notes & use cases
Minutes Saved is the number of minutes saved by this workflow execution, and it is the only figure the node takes from you. It is a plain number field, so it accepts a fixed value or an expression.
Key parameters
- Minutes Saved: a number, typically a small fixed value such as
3per invoice, or an expression like{{ $json.minutes }}when an earlier node already carries the estimate, meaning n8n reads the field from the incoming item.
6 here, and the same workflow can carry different values on different branches. Keep the figure conservative: it lands in front of whoever signs off on the next automation.Need help automating Track Time Saved with n8n?
A person reads every message.
Track Time Saved in n8n, answered
01Is the n8n Track Time Saved node free on Cloud and self-hosted?
02What credentials does Track Time Saved need?
03What are the limits of the Track Time Saved node?
04When do you use Track Time Saved rather than a plain field?
05n8n or Make for tracking time saved?
Get our weekly integration tips.
No spam. Unsubscribe anytime.



