diff --git a/ui/src/shared/constants/timeRanges.ts b/ui/src/shared/constants/timeRanges.ts
index 3a6370f34f..a428732034 100644
--- a/ui/src/shared/constants/timeRanges.ts
+++ b/ui/src/shared/constants/timeRanges.ts
@@ -78,7 +78,7 @@ export const TIME_RANGES: TimeRange[] = [
   },
 ]
 
-export const DEFAULT_TIME_RANGE: TimeRange = TIME_RANGES[1]
+export const DEFAULT_TIME_RANGE: TimeRange = TIME_RANGES[2]
 
 export const ABSOLUTE = 'absolute'
 export const INVALID = 'invalid'