PSC Code

PSC AZ12 Federal Contract Obligations (Last 5 Years)

This page summarizes federal contract obligations for PSC AZ12 (R&D- OTHER RESEARCH AND DEVELOPMENT (APPLIED RESEARCH/EXPLORATORY DEVELOPMENT)) for last 5 years, including award volume and market trend context.

Use this page to review federal contract obligations for PSC AZ12 (R&D- OTHER RESEARCH AND DEVELOPMENT (APPLIED RESEARCH/EXPLORATORY DEVELOPMENT)) for last 5 years. The analysis is based on FPDS award-action data.

Generated at 03/15/2026

Analysis period: Last 5 years

All figures on this page are based on FPDS award-action obligation data for completed calendar years only within the last 5 years analysis window.

PSC Code
AZ12
PSC Description
R&D- OTHER RESEARCH AND DEVELOPMENT (APPLIED RESEARCH/EXPLORATORY DEVELOPMENT)
Total Obligated
5.49 billion
5,491,265,143.40
Award Actions
11,336
Average Action Value
484,409.41

About PSC AZ12 federal contract activity

This page summarizes last 5 years of federal contract activity associated with PSC AZ12 (R&D- OTHER RESEARCH AND DEVELOPMENT (APPLIED RESEARCH/EXPLORATORY DEVELOPMENT)). Based on the current FPDS Query dataset, this category shows 5.49 billion in visible obligations across 11,336 award actions, with an average action value of 484,409.41. This view is designed to help users quickly understand scale, buyer concentration, contractor concentration, and overall market direction before moving into deeper procurement analysis.

Agency demand and leading federal buyers

Demand for PSC AZ12 (R&D- OTHER RESEARCH AND DEVELOPMENT (APPLIED RESEARCH/EXPLORATORY DEVELOPMENT)) appears concentrated among a relatively small group of federal buyers over the last 5 years. The visible agency ranking is led by DEPT OF THE AIR FORCE, with 4.67 billion in obligations, followed by FEDERAL ACQUISITION SERVICE. This kind of concentration is useful context for business development, bid targeting, and understanding where the strongest federal demand appears to sit.

Vendor concentration and leading contractors

The vendor distribution helps show which contractors capture the largest visible share of obligations in PSC AZ12 (R&D- OTHER RESEARCH AND DEVELOPMENT (APPLIED RESEARCH/EXPLORATORY DEVELOPMENT)) over the last 5 years. The current ranking is led by BOOZ ALLEN HAMILTON INC., with 1.05 billion in obligations, followed by ALION SCIENCE AND TECHNOLOGY CORPORATION. This gives users a practical view of the competitive landscape and the visible concentration at the top of the market.

Annual contract trend over the analysis window

The annual trend table provides a year-based view of how visible obligations and award actions have evolved for PSC AZ12 (R&D- OTHER RESEARCH AND DEVELOPMENT (APPLIED RESEARCH/EXPLORATORY DEVELOPMENT)) across the last 5 years, from 2021 through 2025. This is useful for spotting periods of expansion, relative stability, or softening activity in this federal market segment.

How to interpret this page

The tables and trend blocks on this page are generated from FPDS-derived procurement records prepared offline for fast public delivery. They are intended to give a practical summary of category-scale obligations, top buying agencies, leading vendors, and visible year-over-year movement within last 5 years. Users who need deeper filtering, custom SQL, or cross-market comparison can continue the analysis directly inside FPDS Query.

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__productOrServiceInformation__productOrServiceCode = 'AZ12'
        AND content__award__purchaserInformation__contractingOfficeAgencyID IS NOT NULL
        AND content__award__purchaserInformation__contractingOfficeAgencyID != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 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
5700 DEPT OF THE AIR FORCE 4,665,308,636.14 4.67 billion 8,488
4732 FEDERAL ACQUISITION SERVICE 440,281,800.25 440.28 million 82
2100 DEPT OF THE ARMY 225,982,838.38 225.98 million 962
8000 NATIONAL AERONAUTICS AND SPACE ADMINISTRATION 136,675,320.90 136.68 million 213
1406 DEPARTMENTAL OFFICES 43,732,926.19 43.73 million 553
7523 CENTERS FOR DISEASE CONTROL AND PREVENTION 18,253,518.17 18.25 million 78
7530 CENTERS FOR MEDICARE AND MEDICAID SERVICES 3,179,074.00 3.18 million 4
7524 FOOD AND DRUG ADMINISTRATION 3,134,398.37 3.13 million 30
3600 VETERANS AFFAIRS, DEPARTMENT OF 1,904,289.11 1.90 million 79
97AE DEFENSE ADVANCED RESEARCH PROJECTS AGENCY (DARPA) 642,179.38 642.18 thousand 19

Insight

PSC AZ12 (R&D- OTHER RESEARCH AND DEVELOPMENT (APPLIED RESEARCH/EXPLORATORY DEVELOPMENT)) appears to be concentrated among a relatively small group of major buying agencies over the last 5 years. The visible ranking is led by DEPT OF THE AIR FORCE, followed by FEDERAL ACQUISITION SERVICE, which suggests that agency demand in this category is not evenly distributed.

Top Vendors

SELECT
    vendor_name,
    cage_code,
    total_obligated,
    award_count,
    formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
    SELECT
        content__award__vendor__vendorHeader__vendorName AS vendor_name,
        ifNull(anyHeavy(content__award__vendor__vendorSiteDetails__entityIdentifiers__cageCode), '') AS cage_code,
        sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
        count() AS award_count
    FROM fpds.data
    WHERE
        contract_type = 1
        AND content__award__productOrServiceInformation__productOrServiceCode = 'AZ12'
        AND content__award__vendor__vendorHeader__vendorName IS NOT NULL
        AND content__award__vendor__vendorHeader__vendorName != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY
        vendor_name,
        content__award__vendor__vendorSiteDetails__entityIdentifiers__cageCode
)
ORDER BY total_obligated DESC
LIMIT 10
Vendor CAGE Code Total Obligated Readable Award Actions
BOOZ ALLEN HAMILTON INC. 17038 1,047,731,443.51 1.05 billion 2,095
ALION SCIENCE AND TECHNOLOGY CORPORATION 3BM47 1,045,755,430.43 1.05 billion 1,321
MANTECH TSG-2 JOINT VENTURE 6YN54 644,947,569.20 644.95 million 787
MANTECH ADVANCED SYSTEMS INTERNATIONAL, INC. 5N741 401,075,783.06 401.08 million 76
KBR WYLE SERVICES, LLC 9N030 382,187,111.54 382.19 million 1,047
GEORGIA TECH APPLIED RESEARCH CORPORATION 1FEZ4 276,069,965.25 276.07 million 433
WYLE LABORATORIES, INC. 2B360 259,612,882.20 259.61 million 580
SCIENCE APPLICATIONS INTERNATIONAL CORPORATION 6XWA8 191,536,555.70 191.54 million 379
KBR WYLE SERVICES, LLC 2B360 125,687,155.88 125.69 million 170
ALION SCIENCE AND TECHNOLOGY CORPORATION 3BM51 116,575,409.52 116.58 million 355

Insight

Within PSC AZ12 (R&D- OTHER RESEARCH AND DEVELOPMENT (APPLIED RESEARCH/EXPLORATORY DEVELOPMENT)), visible obligations over the last 5 years appear concentrated among a relatively small set of leading vendors. BOOZ ALLEN HAMILTON INC. ranks first, followed by ALION SCIENCE AND TECHNOLOGY CORPORATION, which helps define the current competitive landscape in this category.

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__productOrServiceInformation__productOrServiceCode = 'AZ12'
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 5 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY year
)
ORDER BY year DESC
Year Total Obligated Readable Award Actions
2025 71,069,127.30 71.07 million 821
2024 640,228,087.25 640.23 million 1,389
2023 1,299,915,525.46 1.30 billion 2,228
2022 1,452,834,000.98 1.45 billion 2,829
2021 2,027,218,402.41 2.03 billion 4,069

Insight

The annual trend shows how obligations in PSC AZ12 (R&D- OTHER RESEARCH AND DEVELOPMENT (APPLIED RESEARCH/EXPLORATORY DEVELOPMENT)) moved across the last 5 years, from 2021 through 2025. This helps users judge whether visible contract activity in this category appears stable, rising, or easing over time.

Use FPDS Query for deeper PSC analysis

Explore federal procurement data with custom SQL, fast filtering, and deeper PSC analysis across agencies, vendors, and annual trends.

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