Federal Contractor

ADAMS AND ASSOCIATES, INC. Federal Contract Obligations (Last 10 Years)

Federal procurement profile for ADAMS AND ASSOCIATES, INC. (CAGE 3J8V5, UEI HV9FBNEWXMY9) covering obligations, award activity, agencies, and NAICS data over the last 10 years.

ADAMS AND ASSOCIATES, INC. recorded 1,678 award actions and $1,599,859,407.32 in obligated federal spending over the last 10 years, with an average action value of $953,432.30. Activity is concentrated in NAICS 611519, Other Technical and Trade Schools, and primarily tied to the Office of the Assistant Secretary for Administration and Management and the Employment and Training Administration.

Generated at 03/21/2026

Analysis period: Last 10 years

Annual totals shown for 2021 through 2025 are part of the 10-year analysis window and reflect obligated amounts by fiscal year.

CAGE Code
3J8V5
UEI
HV9FBNEWXMY9
Total Obligated
1.60 billion
1,599,859,407.32
Award Actions
1,678
Average Action Value
953,432.30

About ADAMS AND ASSOCIATES, INC. federal contract activity

ADAMS AND ASSOCIATES, INC. shows $1.60 billion in obligated awards across 1,678 actions over the last 10 years, with an average award value of $953,432.30. The profile reflects a steady, high-volume federal contracting footprint rather than a small number of exceptional transactions.

Agency mix and customer concentration

Obligations are concentrated in two agencies: the OFFICE OF THE ASSISTANT SECRETARY FOR ADMINISTRATION AND MANAGEMENT accounts for $999.90 million across 1,165 awards, and the EMPLOYMENT AND TRAINING ADMINISTRATION accounts for $599.96 million across 513 awards. Together, these agencies represent the full reported obligation base, indicating a highly focused customer mix.

Industry profile based on NAICS activity

All reported obligations fall under NAICS 611519, OTHER TECHNICAL AND TRADE SCHOOLS, with $1.60 billion across 1,678 awards. This indicates that the vendor’s federal activity in the analysis window is concentrated in a single service classification.

Annual contract trend over the analysis window

Annual obligations in the most recent reported years remained in the mid- to low-hundreds of millions, ranging from $150.76 million in 2022 to $205.22 million in 2025. Award counts stayed elevated and relatively stable, suggesting consistent procurement activity with year-to-year variation in dollars rather than a sharp change in contracting volume.

How to interpret this page

This summary uses FPDS award records tied to CAGE code 3J8V5 and UEI HV9FBNEWXMY9 over the last 10 years. Totals reflect obligated dollars and award counts as provided in the analysis inputs; category summaries are based only on the top agencies, top NAICS, and annual trend data supplied.

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 = '3J8V5'
        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
1605 OFFICE OF THE ASSISTANT SECRETARY FOR ADMINISTRATION AND MANAGEMENT 999,901,042.34 999.90 million 1,165
1630 EMPLOYMENT AND TRAINING ADMINISTRATION 599,958,364.98 599.96 million 513

Insight

Over the last 10 years, ADAMS AND ASSOCIATES, INC. has received $1.60 billion across 1,678 awards, with obligations concentrated in two agencies. The OFFICE OF THE ASSISTANT SECRETARY FOR ADMINISTRATION AND MANAGEMENT accounts for $999.90 million and 1,165 awards, or roughly 62.5% of total obligations, making it the primary funding source. The EMPLOYMENT AND TRAINING ADMINISTRATION accounts for the remaining $599.96 million and 513 awards, indicating a substantial but secondary concentration of obligated spend.

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 = '3J8V5'
        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
611519 OTHER TECHNICAL AND TRADE SCHOOLS 1,599,859,407.32 1.60 billion 1,678

Insight

Over the last 10 years, ADAMS AND ASSOCIATES, INC. has all reported obligation concentrated in NAICS 611519, Other Technical and Trade Schools. The vendor has received 1,678 awards totaling $1.60 billion, indicating a highly concentrated and consistent reliance on a single NAICS category. Average award value across the period is approximately $953,432, suggesting a mix of recurring obligations within the same industrial classification.

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 = '3J8V5'
        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 205,221,925.94 205.22 million 238
2024 159,039,901.38 159.04 million 217
2023 174,510,815.28 174.51 million 205
2022 150,762,646.11 150.76 million 227
2021 192,544,796.12 192.54 million 166
2020 155,507,244.78 155.51 million 185
2019 181,434,194.00 181.43 million 178
2018 162,906,101.71 162.91 million 138
2017 217,931,782.00 217.93 million 124

Insight

Over the last 10 years, ADAMS AND ASSOCIATES, INC. (CAGE 3J8V5) has received 1.60 billion across 1,678 awards, averaging about 953.4 thousand per award. Obligations are relatively stable year to year, generally ranging from 150.8 million to 217.9 million, with no single year dominating total performance. The highest annual obligation occurred in 2017 at 217.93 million, followed by 2025 at 205.22 million, while the lowest annual obligation in the period shown was 2022 at 150.76 million. Award volume has also remained consistent, with annual counts between 124 and 238, indicating a broad and recurring contracting pattern rather than a concentrated spike.

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.