Skip to main content
Card class: Non-HeroCategory: Executive Overview

At a glance

Active Warehouses is the live count of Snowflake virtual warehouses currently in a STARTED (running) state. Each running warehouse is billing credits by the second, so this number is the single fastest read on “how much compute am I paying for right this moment?” A healthy steady-state count tracks your scheduled workload; a count that climbs unexpectedly is the earliest sign of a runaway job or a forgotten ad-hoc warehouse left on.
What it tracksThe number of virtual warehouses in the STARTED state for the selected period, read from the warehouse state surfaced by SHOW WAREHOUSES and the WAREHOUSE_METERING_HISTORY view.
Data sourcedetail: Active Warehouses for the selected period. Drawn from the account’s warehouse state, not from a query count.
Time windowRT (real-time, refreshed on the live polling cycle).
Alert triggerNone configured by default. Pair with credit-burn cards for spend alerting.
Rolesowner, platform, SRE

Calculation

Calculated automatically from your Snowflake account state. See the At a glance summary above for what the metric tracks and the reconcile pointer below for the native check.

What it tracks

Active Warehouses counts the virtual warehouses that are powered on and able to execute queries. In Snowflake, compute is decoupled from storage: each warehouse is an independent cluster of compute that you start, suspend, and resize on its own. A warehouse only bills credits while it is in the STARTED state, so the count of active warehouses is a direct proxy for live compute spend. A warehouse with auto-suspend configured will drop out of this count after its idle timeout; one left running without auto-suspend, or held open by a long query, keeps counting. Read this card alongside Credits Burned (24h) and Idle Warehouse Credits Wasted (24h) to turn the count into a cost picture, and with Warehouse Saturation % to confirm the running warehouses are actually busy. Reconcile against the source: run SHOW WAREHOUSES; in a Snowflake worksheet (or snowsql) and count rows where state = 'STARTED', or open Snowsight under Admin to Warehouses and read the running list. The Vortex IQ count should match the live state at poll time.

Tracked live in Vortex IQ Nerve Centre

Active Warehouses is one of hundreds of KPI pulses Vortex IQ tracks across Snowflake and 70+ other ecommerce connectors. Nerve Centre runs the detection layer; Vortex Mind investigates the cause when something moves; Ask Viq lets you interrogate any number in plain English. Start for free or book a demo to see this metric running on your own data.