Federal Contractor

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

VALIANT GLOBAL DEFENSE SERVICES INC. (CAGE 0K831, UEI PD3UQQ22NQW1) received $284.82 million across 173 federal award actions in the last full year.

VALIANT GLOBAL DEFENSE SERVICES INC. recorded $284,821,531.75 in obligated federal spending across 173 actions in the last full year, for an average action value of $1.65 million. The Department of the Army accounted for the largest share of obligations, followed by the Department of the Navy, DTRA, and the Department of the Air Force.

Generated at 03/21/2026

Analysis period: Last full year

This page summarizes obligations and award counts for the last full year using readable FPDS query data, with totals shown at the exact and rounded levels provided.

CAGE Code
0K831
UEI
PD3UQQ22NQW1
Total Obligated
284.82 million
284,821,531.75
Award Actions
173
Average Action Value
1,646,367.23

About VALIANT GLOBAL DEFENSE SERVICES INC. federal contract activity

VALIANT GLOBAL DEFENSE SERVICES INC. (CAGE 0K831, UEI PD3UQQ22NQW1) recorded 284.82 million in obligations across 173 awards in the last full year, for an average award value of 1.65 million. The profile reflects a high-volume federal contractor with spending concentrated in defense and civilian support activities.

Agency mix and customer concentration

The Department of the Army accounted for the largest share of obligations at 173.47 million across 76 awards, making it the clear primary customer. The Department of the Navy, Defense Threat Reduction Agency, and Department of the Air Force followed, while the Federal Acquisition Service contributed a much smaller share, indicating a predominantly defense-oriented agency base.

Industry profile based on NAICS activity

NAICS 541330 Engineering Services was the leading category at 116.59 million over 94 awards, showing a strong technical and engineering workload. Significant additional activity appeared in 611699 All Other Miscellaneous Schools and Instruction and 541990 All Other Professional, Scientific, and Technical Services, with smaller amounts in 611512 Flight Training and 541690 Other Scientific and Technical Consulting Services.

Annual contract trend over the analysis window

The annual trend shows all recorded obligations and awards occurring in 2025, totaling 284.82 million across 173 awards. With only one year in the analysis window, no multi-year growth pattern can be inferred from this dataset. The distribution suggests a concentrated recent award cycle rather than a longer historical trend.

How to interpret this page

This summary is based on FPDS obligation data for the last full year, keyed to the vendor’s CAGE code 0K831 and UEI PD3UQQ22NQW1. Obligations are reported as obligated dollars and award counts as recorded in the source data; top agencies and NAICS categories reflect the largest shares within the analysis window.

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 1 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 173,473,361.11 173.47 million 76
1700 DEPT OF THE NAVY 44,416,185.05 44.42 million 29
9761 DEFENSE THREAT REDUCTION AGENCY (DTRA) 32,629,495.45 32.63 million 31
5700 DEPT OF THE AIR FORCE 28,006,219.30 28.01 million 22
4732 FEDERAL ACQUISITION SERVICE 5,088,719.83 5.09 million 7
9776 USTRANSCOM 1,209,466.61 1.21 million 7
9763 DEFENSE CONTRACT MANAGEMENT AGENCY (DCMA) -1,915.60 -1.92 thousand 1

Insight

Over the last full year, obligations to VALIANT GLOBAL DEFENSE SERVICES INC. were concentrated in the Department of Defense, with DEPT OF THE ARMY accounting for $173.47 million across 76 awards, or about 61% of total obligated dollars. DEPT OF THE NAVY, DTRA, and DEPT OF THE AIR FORCE were the next largest agencies, together adding $105.04 million and indicating a secondary but meaningful distribution across multiple defense buyers. Non-DoD activity was limited, led by FEDERAL ACQUISITION SERVICE at $5.09 million, while USTRANSCOM was comparatively small and DCMA recorded a negligible negative obligation.

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 1 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 116,590,957.84 116.59 million 94
611699 ALL OTHER MISCELLANEOUS SCHOOLS AND INSTRUCTION 84,050,087.10 84.05 million 14
541990 ALL OTHER PROFESSIONAL, SCIENTIFIC, AND TECHNICAL SERVICES 65,420,650.06 65.42 million 45
611512 FLIGHT TRAINING 11,105,433.38 11.11 million 6
541690 OTHER SCIENTIFIC AND TECHNICAL CONSULTING SERVICES 2,757,032.00 2.76 million 1
611519 OTHER TECHNICAL AND TRADE SCHOOLS 2,044,041.94 2.04 million 3
541715 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) 1,529,609.40 1.53 million 7
561210 FACILITIES SUPPORT SERVICES 1,323,720.03 1.32 million 3

Insight

Over the last full year, VALIANT GLOBAL DEFENSE SERVICES INC. obligated 284.82 million across 173 awards, with spending concentrated in a small set of NAICS codes. Engineering Services (541330) is the largest category at 116.59 million across 94 awards, followed by All Other Miscellaneous Schools and Instruction (611699) at 84.05 million across 14 awards and All Other Professional, Scientific, and Technical Services (541990) at 65.42 million across 45 awards. Together, these three NAICS codes account for about 266.07 million, or roughly 93 percent of total obligated value, indicating a highly concentrated award profile.

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 1 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

Insight

During the last full year, VALIANT GLOBAL DEFENSE SERVICES INC. obligated $284.82 million across 173 awards, indicating a substantial level of procurement activity. The average award value was approximately $1.65 million, suggesting the vendor’s obligations were distributed across multiple mid-sized awards rather than concentrated in a single transaction. Because only one annual data point is provided for the 1-year window, no year-over-year trend can be assessed from this view.

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 full year view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.