Is there a report to see how many hours I work on average for a given day of the week?

I’m trying to get an idea of my availability based on day of the week

I’ve been wanting to figure out how to prioritize my time better, so I wanted to give certain customers certain days of the week, but I realized it might not be quite that simple since I consistently work fewer hours on Monday. Monday is just a bad day for getting work done, so I need to weight it differently than other days. This got me to thinking. Is there a way for me to get an average hours worked per day of the week based on the last few weeks or something like that?

I could and probably should export it and create the report in google sheets, but I thought I’d double check here first, in case there is something easy that is already available.

Hi @benmiller, you’re right! Toggl Track doesn’t currently support a built-in report to show your average workload per weekday. But there are two ways you can get something similar:

  1. Custom Report (Starter Plan feature): You can create a custom report and add a bar chart where each bar represents a weekday. Set the date range to the last 8 weeks, for example. This will give you the total duration worked on each weekday. Then, you can manually divide each total by 8 to get the average, or you can already infer from the bars how much you’re working on each day.
  2. CSV Export: As you mentioned, you can export the data as a CSV and use Google Sheets, Excel, or Numbers to calculate the average per weekday using formulas.