Today's Digital Newspaper

The Gazette

loader-image
weather icon 54°F


Defense companies continue growth in Colorado Springs

Colorado Springs-based defense company Auria's headquarters building near Briargate in northern Colorado Springs on Friday, Sept. 5, 2025

Following the announcement last week that U.S. Space Command headquarters will move from Colorado Springs to Huntsville, Ala., state and local economic development officials said they’re confident the relocation won’t soften Colorado’s or El Paso County’s aerospace and defense industries.

Space and missile defense firm opening office in Colorado Springs, bringing 75 jobs

One company announced an expansion into Colorado Springs two days after the Space Command news. Mobius, a woman-owned small business specializing in space and missile defense, said it will open its newest location in town, bringing with it 75 net new jobs with an average annual wage of $137,000. That’s more than double the average for El Paso County.

“We remain fully confident in the long-term strength of Colorado Springs as a strategic hub,” Mobius President Frank Privitera said.

Several other companies, including some who since late 2022 have announced they are expanding or coming to Colorado Springs, said even with Space Command’s future relocation they remain committed to their local operations. The expansions collectively promised thousands of new jobs and more than $2 billion in local investments. 

Here are updates from six other aerospace and defense companies doing business in Colorado Springs:

A sign at the commercial office complex at 2424 Garden of the Gods Road in Colorado Springs on Sept. 3, 2025

The commercial office complex at 2424 Garden of the Gods Road on Colorado Springs’ western edge is home to several companies including Houston-based KBR, which has 650 employees locally.

Mary Shinn, The Gazette

A sign at the commercial office complex at 2424 Garden of the Gods Road in Colorado Springs on Sept. 3, 2025

The commercial office complex at 2424 Garden of the Gods Road on Colorado Springs’ western edge is home to several companies including Houston-based KBR, which has 650 employees locally.






KBR

Houston-headquartered KBR, which has 650 employees in Colorado Springs, is still assessing the impacts of Space Command’s move, said its Vice President of Space Operations Brian Young.

“Not all our Colorado Springs work is related to Space Command, so the majority of our work will not be affected,” he said in a written statement Friday.

Colorado “continues to be a strategic growth hub for KBR,” which has six offices and 320,000 square feet of office space here, Young added.

A look at military base employment in Colorado Springs and El Paso County

Colorado Springs is a key location for the company in part because of its proximity to critical military and defense operations. Some of its key customers are the Air Force and Space Force, the military branch with a large presence at Peterson and Schriever Space Force bases that is separate from Space Command. Other key customers include Joint Commercial Operations, Space Systems Center and others; several KBR employees work directly on military bases and with government customers on the company’s contracts, Young said.

KBR is expanding with more than 40 open positions in Colorado Springs, “a testament to our deep investment with strong momentum and a clear commitment to attracting top-tier talent to support our expanding operations.”

The company also has an office in Huntsville with around 800 employees supporting Army work, Young said. Huntsville, like Colorado Springs and Dayton, Ohio, is “a city of growth” for KBR, Young said. The company is also still assessing what the Space Command headquarters change means for its work in Huntsville.

Aerospace Corp.

Since unveiling its $100 million, 90,000-square-foot Space Warfighting Center at Colorado Springs Airport’s Peak Innovation Park in September 2022, Virginia-based Aerospace Corp. has doubled its headcount in Colorado Springs, the company said in a Monday statement.

Colorado Springs leaders, businesses 'disappointed' — but not shocked by Space Command relocation

Aerospace Corp. has other Colorado locations, at Buckley Space Force Base in Aurora and at Peterson and Schriever Space Force bases in El Paso County, according to its website. It has one office in Huntsville.

The company did not share how many people it employs locally, but said its growth in Colorado Springs “(reinforces) our commitment to meeting the evolving demands of national space priorities.”

Its Colorado employees “continue to provide critical support in areas like wargaming, advanced flight dynamics, space control, space domain awareness, AI and more for both the U.S. Space Force and U.S. Space Command,” Aerospace Corp. said.

Though Space Command headquarters will move to Alabama, Aerospace Corp. “remain(s) committed to our long-standing operations in Colorado Springs, which continues to be a hub for space and technical innovation,” the company said.

Aerospace Corp. plans to expand its presence in Huntsville “to support our customers and the nation’s top defense priorities.”

Auria

Since announcing plans in August 2023 to create 620 jobs over eight years, Colorado Springs-based defense company Auria has hired between 20 and 30 people this year, its President Tom Dickson said by phone last week.

Most of the company’s work is with operational units rather than Space Command headquarters, building software and command and control systems; Space Command’s move won’t significantly impact Auria’s operations, Dickson said.

Auria has had a presence in Huntsville for about 15 years. Dickson expects the company’s work there will “more than likely be more” focused on the Golden Dome initiative, a new missile defense system the Trump administration has already earmarked $21.6 billion to fund, and “maybe” the Space Development Agency.

Space Command staff promise 'expeditious' move to Alabama

Sign Up For Free:

let pathVariable;
let pathVariable2;

function handleUrlPathSegment() {

const fullPath = window.location.pathname.toLowerCase();
if (fullPath.includes(‘/business/’)) {
pathVariable = ‘business’;
pathVariable2 = ‘Business Newsletter’;
} else if (fullPath.includes(‘/outdoors/’) || fullPath.includes(‘/outdoor/’)) {
pathVariable = ‘outdoors’;
pathVariable2 = ‘Outdoors Newsletter’;
} else if (fullPath.includes(‘/opinion/’)) {
pathVariable = ‘opinion’;
pathVariable2 = ‘Opinion Newsletter’;
} else if (fullPath.includes(‘politics’)) {
pathVariable = ‘politics’;
pathVariable2 = ‘Politics Newsletter’;
} else if (fullPath.includes(‘outtherecolorado’)) {
pathVariable = ‘outtherecolorado’;
pathVariable2 = ‘Out There Colorado Newsletter’;
} else {
pathVariable = ‘am-update’;
pathVariable2 = ‘AM Update Newsletter’;
}

console.log(`Current path: ${fullPath}`);
console.log(`Path variable set to: ${pathVariable}`);
console.log(`Path variable 2 set to: ${pathVariable2}`);

applyNewsletterName(pathVariable2);

return { pathVariable, pathVariable2 };
}

function applyNewsletterName(newsletterName) {

if (document.readyState === ‘loading’) {
document.addEventListener(‘DOMContentLoaded’, function() {
updateNewsletterElement(newsletterName);
});
} else {

updateNewsletterElement(newsletterName);
}
}

function updateNewsletterElement(newsletterName) {
const newsletterElement = document.getElementById(‘newsletterName’);

if (newsletterElement) {
newsletterElement.textContent = newsletterName;
console.log(`Updated #newsletterName element with: ${newsletterName}`);
} else {
console.warn(‘Element with ID #newsletterName not found in the DOM’);
}
}

function setupFormSubmitListener() {
function getFormattedDate() {
const now = new Date();

const timestamp = now.getTime();

console.log(‘chris: Using Unix timestamp’);
console.log(‘chris: Current time:’, now);
console.log(‘chris: Unix timestamp (ms):’, timestamp);

return timestamp;
}

const formattedDate = getFormattedDate();
var profile = window.blueConicClient.profile.getProfile();
profile.setValues(‘newsletter_category’, pathVariable);
profile.setValue(‘newsletter_signup_date’, formattedDate);
window.blueConicClient.profile.updateProfile(this, function() {
});
}

handleUrlPathSegment();
setupFormSubmitListener();

Success! Thank you for subscribing to our newsletter.

function subscribeSuccess() {
var nsltrform = document.querySelector(“#nsltr”);
var nsltrSuccess = document.querySelector(“#successnsltr”);

nsltrform.classList.add(“hideblock”);
nsltrSuccess.classList.remove(“hideblock”);
}

function validateEmail(email) {
return String(email)
.toLowerCase()
.match(
/^(([^()[]\.,;:s@”]+(.[^()[]\.,;:s@”]+)*)|(“.+”))@(([[0-9]{1,3}.[0-9]{1,3}.[0-9]{1,3}.[0-9]{1,3}])|(([a-zA-Z-0-9]+.)+[a-zA-Z]{2,}))$/
);
}

function validateEmailAddress() {
const result = document.querySelector(“#result”);
const email = document.querySelector(“#email”).value;

result.innerText = “”;

if(validateEmail(email)) {
newsletterSubscribe(email);
} else {
result.innerText = ‘The email entered: ‘ + email + ‘ is not valid :(‘;
result.style.color = “red”;
}
return false;
}

function newsletterSubscribe(email) {
fetch(“https://services.gazette.com/mg2-newsletters.php?action=subscribe&site=gazette.com&emailPreferenceId=79&email=” + email, {
method: “POST”
}).then(res => {
console.log(“SUCCESSFUL POST”);
subscribeSuccess();
});

}

#nsltr {
min-width: 100%;
margin: 10px 0;
padding: 10px 20px;
background-color: #0f69e9;

background-image: url(https://static.gazette.com/emails/circ/Audience%20Images/Gaztte%20Business.png);
background-size: cover;

}

#nsltr-header {
color: #ffffff
}
#nsltr-body {
text-align: center;
color: #ffffff
}
#nsltr-button {
margin-top: 5px;
}
#successnsltr {
min-width: 100%;
margin: 10px 0;
padding: 10px 20px;
background-color: green;
text-align: center;
color: white;
}

#successnsltr a {
color: white;
}

.hideblock {
display:none;
}

h6 a {
color: black;
text-decoration: none;
padding: 5px;
background-color: #bbccdd;
font-weight: 600;
}

Featured Local Savings

“We’re expecting we’ll have some growth there (in Huntsville) related to those areas. We still think most of our Space Force work … will be in Colorado Springs,” Dickson said.

Twenty open job postings in Colorado Springs were listed on Auria’s website Monday, advertising for positions including software developers and engineers, system analysts and others.

Auria has won several Space Force contracts over the past two years, including an $8.1 million contract with U.S. Space Force Space Systems Command in May. Auria is one of two companies developing a cloud-based Joint Antenna Marketplace prototype that will connect satellite operations centers to commercial and government-owned antennas to support U.S. and allied fighting forces and ensure national security in, from and to space, said a May 12 news release from Space Systems Command.

Auria has added staff to other programs and built out an additional 7,000 square feet of office space at its headquarters near Briargate, Dickson said. It is also building out a 7,000-square-foot Sensitive Compartmented Information Facility (SCIF) — a requirement for certain classified projects.

“We see a lot of bright things around the corner,” Dickson said.

Infinity Systems Engineering

Infinity Systems Engineering is an engineering firm that works closely with the Department of Defense and other large contractors. In 2023, the company announced it would add nearly 500 jobs over eight years.

As part of the announcement two years ago, Springs-based Infinity Systems Engineering won $4.26 million in state tax credits, contingent upon job creation.

El Paso County Clerk defends mail voting safety after Trump comments on Space Command

The company did not comment on its current hiring picture.

President and Chief Operating Officer Dan Jaworowski said last week the Space Command headquarters move will likely not impact Infinity’s work in Colorado Springs directly.

“There will surely be a secondary effect felt broadly locally depending on how many government and contractor personnel also make the move to Huntsville,” he said. “The move likely creates an opportunity for Infinity and our local defense peers to add highly qualified talent to our teams from the pool of people who do not make the move … .”

Nooks

Nooks, a company that provides classified spaces as a service, is planning to expand to Huntsville, along with roughly 50 other defense and intelligence hubs.

The company expanded in Colorado Springs in June, opening a 60,000-square-foot facility near the University of Colorado Colorado Springs. This is Nooks’ third location, in addition to Washington, D.C., and El Segundo, Calif. The expansion is expected to add 35 jobs in Colorado Springs.

The company is on its way to hire 30 people in 2025, a spokesperson said.

“Our commitment to (Colorado Springs) is unwavering and we are already exploring further local expansion to support the significant and ongoing demand from the local defense community,” a Nooks spokesperson said. “Our focus remains on serving the robust concentration of critical national security innovators that will continue to thrive in this region.”

ITS (Infinity Technology Services)

ITS has hired 27 employees since announcing on July 31 it would create 500 jobs and invest more than $7 million into the Colorado Springs community over eight years.

Aerospace and defense firm expanding operations in Colorado Springs, to add 500 jobs

The company said in a written statement Monday only 10 of those jobs, however, will count toward its local expansion plans because of “mission needs of the customer elsewhere.”

But ITS is “still tracking as planned and no doubt growing at a tremendous rate,” a spokeswoman said. The company had also announced its intention to increase space for its personnel in Colorado Springs and to advance its engineering capabilities, research and development initiatives and other work.

Headquartered in the Springs, ITS provides engineering solutions and services to government and commercial clients. The firm supports more than 35 Department of Defense and federal programs globally.

The decision to expand ITS locally “was multifactorial” and Space Command’s move doesn’t change those plans, the company said in its statement.

“The various mission, programs, capabilities, talent pool and overall ecosystem that exists here in Colorado Springs makes it a great place to expand and for our employees to reside. We have no doubt that additional opportunities and capabilities are coming to Colorado Springs to leverage the great foundation that we have built here as a collective military and defense industrial base community,” ITS wrote.

The company added: “Our expansion here is on track and our commitment to the community is stronger than ever. We are thrilled to continue our expansion here in our own backyard and to drive capabilities and opportunities forward in the engineering and technology spaces we support.”

The Gazette’s Mary Shinn contributed to this report.


[related_articles]

PREV

PREVIOUS

Could Colorado win a legal case to keep Space Command? | Vince Bzdek

Facebook Twitter WhatsApp SMS Email Print Copy article link Save Colorado Attorney General Phil Weiser, who has sued President Donald Trump over tariffs, birthright citizenship, federal worker layoffs and funding freezes, among other things, is now vowing to sue to stop him from moving Space Command out of Colorado to Huntsville, Ala. Is there a […]

NEXT

NEXT UP

2 affordable housing projects in Colorado Springs on different paths

Facebook Twitter WhatsApp SMS Email Print Copy article link Save The two affordable housing projects that Colorado Springs is seeking to support with bonds are set to take divergent paths after this week. The private activity bond for Bradley Ridge Apartments is on track for approval from the Colorado Springs City Council Tuesday. The $76 […]