Almost nobody changes the default time window, so that default quietly decides what most people conclude
Aliases: default time window · default range
What it is
The time range a dashboard shows on load is not a neutral choice. Most users will never change the default—one of the most stable behavioral regularities in product research. The default window determines which fluctuations, inflection points, and trends enter the user's field of view: a 7-day default truncates monthly seasonality out of sight; a 24-hour window makes cyclical variation look like a trend reversal. Choosing the default time range is, in effect, making an analytical decision on the user's behalf.
Why it happens
The default effect stems from the asymmetry of cognitive cost: changing a setting costs one interaction (find the control, parse the options, confirm), while accepting the default costs zero. When the user's primary task is "glance and check for anomalies," the benefit of changing the range is uncertain while the cost is certain—accepting the default is the rational move. The default window thus becomes the focal length of the analytical lens: it determines not only what is seen but what is missed. Time range also couples with aggregation granularity: as the range widens, the system automatically switches to daily or weekly aggregation, and hourly anomalies smooth out of existence without the user realizing resolution was lost. Choosing a default is therefore a coupled decision affecting visibility, resolution, and the shape of the comparison baseline simultaneously.
Studying it
The standard method for measuring the default effect is an A/B comparison: randomize users into groups seeing different default time ranges, then track the proportion who actively change the range and the analytical conclusions they ultimately draw. Dependent variables include range-change rate, anomaly detection rate, and consistency of trend-direction judgments in open-ended tasks. Finer-grained eye-tracking or log analysis can reveal dwell time on the default window and whether users attempt to zoom. A methodological caveat: log data tells you whether users changed the range, not whether they should have—pair it with task analysis or think-aloud protocols to understand the reasoning behind "accepting the default."
Where it stops holding
The default effect's strength varies with user expertise: data analysts adjust ranges routinely; operations staff are far more likely to accept the default. In embedded dashboards (e.g., performance metrics inside a support ticket page), users may not realize other ranges exist. The optimal default window depends on the metric's natural cycle: DAU-type metrics need at least 28 days to cover one monthly cycle; real-time monitoring metrics suit hourly windows. There is no universal default—only defaults matched to the metric's cycle.
Applying it
- Before choosing a dashboard's default range, compute the metric's natural cycle length; the default window should cover at least two full cycles.
- Document the default range choice in the dashboard spec with a one-line rationale for why that range.
- A/B test different default ranges for their effect on anomaly detection rate; use change rate and detection rate jointly to decide.
- Verification: sample 20 user sessions and count how many never touched the time control; if the proportion exceeds 70%, the default is dominating the analytical conclusion—re-examine whether the window is appropriate.
Related
- Same group: U7.06.2 Preset ranges should cover common cycles and allow custom input · U7.06.3 Relative and absolute ranges suit different usage scenarios · U7.06.4 Comparison baselines must update in sync when the time range changes · U7.06.5 The active time range must be visible alongside the chart
- Nearby: U10.02.1 The chosen time window decides the trend's direction · U7.05.2 Period-over-period suffers cyclic interference; year-over-year removes cycles but reacts late
- Search terms:
default time range·default effect·dashboard defaults
Cards in the same group
- U7.06.2Preset ranges like last 7 days save a click, but only if custom input covers what falls outside them
- U7.06.3A relative range like last 7 days rolls forward each visit; an absolute range stays pinned to fixed dates
- U7.06.4Changing the main time window without shifting the comparison baseline breaks the year-over-year math
- U7.06.5A chart without its time range printed alongside it becomes meaningless the moment it's screenshotted