There’s a lot of startup activity in Seattle and the broader Pacific Northwest. Some companies are growing rapidly amid the AI boom, while others are cutting costs and navigating challenges.
The GeekWire 200, our quarterly ranking of the top privately held technology startups in the Pacific Northwest, is a great resource to help keep track of the region’s up-and-coming companies, along with established leaders.
Presented by JPMorganChase, the GeekWire 200 combines objective data and editorial insight to provide a broad view of the region’s startup landscape. The ranking, which dates to 2013, has long served as a resource for investors, job seekers, service providers, and others tracking the Pacific Northwest tech scene.
Here’s the new top 10. See the full GeekWire 200 ranking here.
.gw-top10-container {
max-width: 630px;
width: 100%;
margin: 0 auto;
font-family: -apple-system, BlinkMacSystemFont, ‘Segoe UI’, ‘Inter’, Roboto, ‘Helvetica Neue’, Arial, sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.gw-top10-table {
width: 100%;
background: #ffffff;
border-radius: 12px;
box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
overflow: hidden;
}
.gw-table-header {
background: #f9fafb;
padding: 20px 24px;
border-bottom: 2px solid #e5e7eb;
text-align: left;
}
.gw-table-title {
font-size: 14px;
color: #cb4c28;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.5px;
margin: 0;
display: block;
}
.gw-table-subtitle {
font-size: 22px;
font-weight: 700;
color: #1f2937;
margin: 4px 0 0 0;
}
.gw-company-row {
display: flex;
align-items: center;
padding: 16px 20px;
border-bottom: 1px solid #f3f4f6;
transition: all 0.2s ease;
}
.gw-company-row:hover {
background-color: #f9fafb;
}
.gw-company-row:last-child {
border-bottom: none;
}
.gw-rank-badge {
width: 32px;
height: 32px;
color: #cb4c28;
display: flex;
align-items: center;
justify-content: center;
font-weight: 700;
font-size: 20px;
margin-right: 12px;
flex-shrink: 0;
}
.gw-company-logo {
width: 40px;
height: 40px;
margin-right: 12px;
border-radius: 8px;
overflow: hidden;
background: #f9fafb;
border: 1px solid #e5e7eb;
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
}
.gw-company-logo img {
width: 32px;
height: 32px;
object-fit: contain;
}
.gw-company-info {
flex: 1;
display: flex;
align-items: center;
justify-content: space-between;
min-width: 0;
}
.gw-company-details {
flex: 1;
min-width: 0;
padding-right: 12px;
}
.gw-company-name {
font-size: 16px;
font-weight: 600;
color: #1f2937;
margin: 0 0 2px 0;
display: flex;
align-items: center;
flex-wrap: wrap;
}
.gw-company-name a {
color: #1f2937;
text-decoration: none;
transition: color 0.2s ease;
}
.gw-company-name a:hover {
color: #cb4c28;
}
.gw-company-links {
display: inline-flex;
align-items: center;
gap: 4px;
margin-left: 6px;
}
.gw-linkedin-link,
.gw-coverage-link {
display: inline-flex;
align-items: center;
justify-content: center;
width: 18px;
height: 18px;
transition: all 0.2s ease;
}
.gw-linkedin-link {
color: #6b7280;
}
.gw-linkedin-link:hover {
color: #0077b5;
transform: scale(1.1);
}
.gw-linkedin-link svg {
width: 14px;
height: 14px;
}
.gw-coverage-link:hover {
transform: scale(1.1);
}
.gw-coverage-link img {
width: 14px;
height: 14px;
}
.gw-company-meta {
font-size: 13px;
color: #6b7280;
margin: 0;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.gw-company-stats {
display: flex;
gap: 16px;
align-items: center;
flex-shrink: 0;
}
.gw-stat-item {
text-align: center;
}
.gw-stat-value {
font-size: 16px;
font-weight: 600;
color: #1f2937;
display: block;
line-height: 1.2;
}
.gw-stat-label {
font-size: 11px;
color: #6b7280;
text-transform: uppercase;
letter-spacing: 0.3px;
font-weight: 500;
margin-top: 2px;
white-space: nowrap;
}
.gw-growth-positive {
color: #10b981;
}
.gw-growth-negative {
color: #6b7280;
}
.gw-source {
padding: 16px 24px;
font-size: 12px;
color: #6b7280;
font-style: italic;
border-top: 1px solid #f3f4f6;
background: #fafafa;
}
/* Mobile responsive styles */
@media (max-width: 520px) {
.gw-company-stats {
justify-content: flex-start !important;
margin-left: 0 !important;
padding-left: 0 !important;
}
.gw-stat-item {
text-align: left !important;
}
.gw-table-header {
padding: 16px 18px;
}
.gw-table-title {
font-size: 12px;
}
.gw-table-subtitle {
font-size: 18px;
}
.gw-company-row {
padding: 14px 16px;
flex-wrap: wrap;
}
.gw-rank-badge {
width: 28px;
height: 28px;
font-size: 18px;
margin-right: 10px;
}
.gw-company-logo {
width: 36px;
height: 36px;
margin-right: 10px;
}
.gw-company-logo img {
width: 28px;
height: 28px;
}
.gw-company-info {
flex-wrap: wrap;
width: 100%;
}
.gw-company-details {
flex: 1 1 auto;
min-width: 150px;
padding-right: 0;
}
.gw-company-name {
font-size: 15px;
}
.gw-company-meta {
font-size: 12px;
}
.gw-company-stats {
margin-top: 8px;
width: 100%;
justify-content: flex-start;
gap: 20px;
padding-left: 50px;
}
.gw-stat-value {
font-size: 15px;
}
.gw-stat-label {
font-size: 10px;
}
.gw-source {
padding: 14px 16px;
font-size: 11px;
}
}
@media (max-width: 380px) {
.gw-company-stats {
padding-left: 0;
gap: 16px;
}
.gw-company-row {
position: relative;
}
.gw-rank-badge {
position: absolute;
top: 14px;
right: 16px;
margin-right: 0;
}
.gw-company-details {
padding-right: 40px;
}
}
Top 10 Companies: Q4 2025
Highspot


Employees
1-Yr Growth
Helion


Employees
1-Yr Growth
Chainguard


Employees
1-Yr Growth
Truveta


Employees
1-Yr Growth
Agility Robotics


Employees
1-Yr Growth
iSpot.tv


Employees
1-Yr Growth
Brinc


Employees
1-Yr Growth
Responsive


Employees
1-Yr Growth
Carbon Robotics


Employees
1-Yr Growth
Stoke Space


Employees
1-Yr Growth
The list reflects the longtime strength of the region’s enterprise software sector, with companies like Highspot (No. 1), Truveta (No. 4), and iSpot (No. 6) among the top 10.
But there are also startups making moves in various other industries — highlighting the growing diversity of companies cropping up in Seattle and beyond.
- Energy: Fusion companies Helion (No. 2) and Zap Energy (No. 12); battery maker Group 14 (No. 20)
- Robotics/hardware: Drone company Brinc (No. 7); weed-zapping startup Carbon Robotics (No. 9); surgical tech manufacturer Proprio (No. 16)
- Consumer: Smart home device company Wyze Labs (No. 11); clothing rental startup Armoire (No. 44); microbiome testing firm Viome (No. 45)
- Space/defense: reusable rocket company Stoke Space (No. 10); autonomous military vehicle manufacturer Overland AI (No. 14); radar maker Echodyne (No. 65)
Earlier this year, we changed the way we calculate the ranking to better reflect current trends.
Read on to learn which companies moved up the list and which startups joined the GeekWire 200 for the first time.
Several Seattle-area startups are new to the GeekWire 200.
- Clarify, which raised $15 million in June to grow its AI-powered CRM software platform designed to automate busy work.
- Tin Can, the new startup behind a viral landline-style telephone product for kids that recently raised $3.5 million.
- Augmodo, a startup developing wearable tech for retail store employees that raised $37.5 million in July.
- Hubble Network, which raised $70 million this month to accelerate the growth of its satellite-powered Bluetooth network.
- Gone, which raised $6.3 million this summer to grow its logistics-driven marketplace reimagining the secondhand goods economy.
- Other new companies include Electric Era, TeamSense, GoodShip, Nuance Labs, NewDays, Aurelian, Caddi, Pokee AI, Adventure Tripr, Clearbrief, Envive, NomadGo, and Ravenna.
Some companies moved up the list.
- Oregon-based Agility Robotics (up to No. 5) is reportedly raising more cash for its Digit bipedal humanoid warehouse robot.
- Seattle cybersecurity startup Dropzone AI (No. 21) raised $37 million in a Series B round.
- Cloud infrastructure startup Pulumi (No. 22) just released its new AI agent Neo.
- Yoodli, which helps sales teams practice their pitches, is No. 25 after its $13.7 million round.
Others dropped down the rankings or came off the list.
- Rec Room is now No. 40 following substantial layoffs at the gaming startup.
- LevelTen Energy is No. 50 after laying off 60 employees.
- Nectar Social, previously No. 174, relocated to Silicon Valley.
And some companies “graduated” due to acquisitions.
- Software testing startup Statsig, ranked No. 5, announced its $1.1 billion blockbuster acquisition to OpenAI.
- Health tech startup Kevala, ranked No. 185, was acquired by Residex.
Notes on the GeekWire 200
Our list is not scientific, by any means, and the specific rankings should be taken with a grain of salt. But it has proven to be a highly useful tool. We hear regularly from readers who use the GeekWire 200 to look for jobs, prospect for customers, mine for potential investments, and get a high-level view of the tech community.
We also use the list as a valuable insights tool, gathering survey data to highlight trends among fast-growing startups.
- GeekWire 200 survey: CEOs cautious about hiring as AI boosts productivity for Seattle startups
- How AI is transforming Seattle-area startups: Insights from GeekWire 200 CEOs
To make sure your Pacific Northwest technology startup is eligible for the GeekWire 200, first confirm it’s included in the broader GeekWire Startup List. If so, there’s no need to submit it separately. If your startup isn’t among the companies on that larger list, you can submit it for inclusion here, and we’ll crunch the numbers to see if your company makes the next GeekWire 200 update. Email us at [email protected] with any questions.