Federal Contractor

VALIANT GLOBAL DEFENSE SERVICES INC. Federal Contract Obligations (Last 10 Years)

Federal procurement profile for VALIANT GLOBAL DEFENSE SERVICES INC. (CAGE 0K831, UEI PD3UQQ22NQW1) covering awards over the last 10 years.

VALIANT GLOBAL DEFENSE SERVICES INC. has 1,746 award actions with 2.48 billion in obligated value across the last 10 years, for an average action value of 1,421,127.50. Most obligations are concentrated with the Department of the Army, Department of the Navy, and Defense Threat Reduction Agency, with engineering services as the largest NAICS category.

Generated at 03/21/2026

Analysis period: Last 10 years

Figures reflect FPDS award action data in the analysis window and may include multiple actions under the same award.

CAGE Code
0K831
UEI
PD3UQQ22NQW1
Total Obligated
2.48 billion
2,481,288,620.38
Award Actions
1,746
Average Action Value
1,421,127.50

About VALIANT GLOBAL DEFENSE SERVICES INC. federal contract activity

VALIANT GLOBAL DEFENSE SERVICES INC. has recorded $2.48 billion in obligated awards across 1,746 actions over the last 10 years, with an average award value of $1.42 million. The profile indicates substantial federal contracting activity concentrated in defense-related mission sets, supported by consistent award volume across the period.

Agency mix and customer concentration

The Department of the Army is the primary customer, accounting for $1.51 billion across 710 awards, or well over half of total obligations. The Department of the Navy is the next largest buyer at $573.25 million, followed by DTRA at $269.65 million and the Department of the Air Force at $111.27 million; smaller federal civilian activity is represented by the Federal Acquisition Service at $13.74 million.

Industry profile based on NAICS activity

The vendor’s obligations are dominated by NAICS 541330, Engineering Services, with $1.17 billion across 775 awards. Secondary concentrations appear in NAICS 611699 and 611519, indicating a meaningful training and instructional component, while NAICS 541990 and 541690 reflect additional professional, scientific, and technical service work.

Annual contract trend over the analysis window

Annual obligations in the most recent years show sustained demand, with totals ranging from $223.89 million in 2022 to a peak of $351.29 million in 2023. Activity remained elevated in 2024 at $326.66 million and 2025 at $284.82 million, alongside award counts between 161 and 212, suggesting continued but somewhat variable procurement volume.

How to interpret this page

This summary is based on FPDS-reported obligations associated with CAGE code 0K831 and UEI PD3UQQ22NQW1 over the last 10 years. Agency, NAICS, and annual totals reflect obligated dollars and award counts only; no attempt was made to infer contract performance, scope beyond the coded data, or unreported transactions.

Top Agencies

SELECT
    agency_id,
    agency_name,
    total_obligated,
    award_count,
    formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
    SELECT
        content__award__purchaserInformation__contractingOfficeAgencyID AS agency_id,
        anyHeavy(content__award__purchaserInformation__contractingOfficeAgencyID__name) AS agency_name,
        sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
        count() AS award_count
    FROM fpds.data
    WHERE
        contract_type = 1
        AND content__award__vendor__vendorSiteDetails__entityIdentifiers__cageCode = '0K831'
        AND content__award__purchaserInformation__contractingOfficeAgencyID IS NOT NULL
        AND content__award__purchaserInformation__contractingOfficeAgencyID != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY agency_id
)
ORDER BY total_obligated DESC
LIMIT 10
Agency ID Agency Name Total Obligated Readable Award Actions
2100 DEPT OF THE ARMY 1,508,476,776.67 1.51 billion 710
1700 DEPT OF THE NAVY 573,250,262.14 573.25 million 416
9761 DEFENSE THREAT REDUCTION AGENCY (DTRA) 269,651,194.91 269.65 million 336
5700 DEPT OF THE AIR FORCE 111,271,996.95 111.27 million 182
4732 FEDERAL ACQUISITION SERVICE 13,739,203.37 13.74 million 18
97ZS U.S. SPECIAL OPERATIONS COMMAND (USSOCOM) 2,591,480.93 2.59 million 11
9776 USTRANSCOM 2,412,272.65 2.41 million 11
97F5 WASHINGTON HEADQUARTERS SERVICES (WHS) 883,864.05 883.86 thousand 3
9763 DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) -988,431.29 -988.43 thousand 59

Insight

Over the last 10 years, VALIANT GLOBAL DEFENSE SERVICES INC. has $2.48 billion in obligated value across 1,746 awards, with spending heavily concentrated in the Department of the Army, which accounts for $1.51 billion and 710 awards. The Department of the Navy is the second-largest customer at $573.25 million across 416 awards, followed by DTRA at $269.65 million and the Department of the Air Force at $111.27 million, indicating a strong defense-agency concentration. Outside the top four, obligations drop sharply, with only modest activity at FAS, USSOCOM, USTRANSCOM, and WHS, and a net negative obligation reported for DCMA.

Top NAICS

SELECT
    naics_code,
    naics_name,
    total_obligated,
    award_count,
    formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
    SELECT
        content__award__productOrServiceInformation__principalNAICSCode AS naics_code,
        anyHeavy(content__award__productOrServiceInformation__principalNAICSCode__description) AS naics_name,
        sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
        count() AS award_count
    FROM fpds.data
    WHERE
        contract_type = 1
        AND content__award__vendor__vendorSiteDetails__entityIdentifiers__cageCode = '0K831'
        AND content__award__productOrServiceInformation__principalNAICSCode IS NOT NULL
        AND content__award__productOrServiceInformation__principalNAICSCode != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY naics_code
)
ORDER BY total_obligated DESC
LIMIT 10
NAICS Code Description Total Obligated Readable Award Actions
541330 ENGINEERING SERVICES 1,167,831,989.85 1.17 billion 775
611699 ALL OTHER MISCELLANEOUS SCHOOLS AND INSTRUCTION 704,823,205.31 704.82 million 163
541990 ALL OTHER PROFESSIONAL, SCIENTIFIC, AND TECHNICAL SERVICES 381,441,767.13 381.44 million 473
611519 OTHER TECHNICAL AND TRADE SCHOOLS 111,526,173.16 111.53 million 33
541690 OTHER SCIENTIFIC AND TECHNICAL CONSULTING SERVICES 35,135,784.74 35.14 million 107
611512 FLIGHT TRAINING 24,489,133.05 24.49 million 24
541715 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) 23,108,667.37 23.11 million 63
541519 OTHER COMPUTER RELATED SERVICES 12,300,913.22 12.30 million 14
611430 PROFESSIONAL AND MANAGEMENT DEVELOPMENT TRAINING 10,555,074.96 10.56 million 22
561210 FACILITIES SUPPORT SERVICES 9,566,165.18 9.57 million 30

Insight

Over the last 10 years, VALIANT GLOBAL DEFENSE SERVICES INC. has received 2.48 billion across 1,746 awards, with spending concentrated in a small set of NAICS codes. NAICS 541330 (Engineering Services) is the largest category at 1.17 billion and 775 awards, followed by 611699 at 704.82 million and 163 awards, and 541990 at 381.44 million and 473 awards. These three NAICS codes account for the majority of obligated value, indicating a strong concentration in engineering, technical training, and professional services, while the remaining NAICS categories are individually much smaller and more fragmented.

Annual Trend

SELECT
    year,
    total_obligated,
    award_count,
    formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
    SELECT
        toYear(parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate)) AS year,
        sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
        count() AS award_count
    FROM fpds.data
    WHERE
        contract_type = 1
        AND content__award__vendor__vendorSiteDetails__entityIdentifiers__cageCode = '0K831'
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY year
)
ORDER BY year DESC
Year Total Obligated Readable Award Actions
2025 284,821,531.75 284.82 million 173
2024 326,657,303.57 326.66 million 212
2023 351,288,859.27 351.29 million 198
2022 223,889,436.84 223.89 million 161
2021 224,606,180.02 224.61 million 147
2020 296,150,526.81 296.15 million 223
2019 288,485,609.35 288.49 million 228
2018 186,704,118.96 186.70 million 223
2017 278,392,506.52 278.39 million 162
2016 20,292,547.29 20.29 million 19

Insight

Over the last 10 years, VALIANT GLOBAL DEFENSE SERVICES INC. has obligated $2.48 billion across 1,746 awards, averaging $1.42 million per award. Annual obligations are uneven but generally sustained at a high level, ranging from $20.29 million in 2016 to a peak of $351.29 million in 2023. Activity was strongest in 2023–2025, with obligations remaining above $284.82 million each year and award counts between 173 and 212, indicating continued concentration of spend in the most recent period.

Use FPDS Query for deeper contractor analysis

Explore federal procurement data with custom SQL, fast filtering, and deeper contractor analysis across buying agencies, NAICS, and annual trends.

Continue from this last 10 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.