ADAMS AND ASSOCIATES, INC. recorded 1,053 award actions with total obligations of $882,080,084.83 over the last 5 years, for an average action value of $837,682.89. Its obligations were concentrated in Office of the Assistant Secretary for Administration and Management awards and NAICS 611519, Other Technical and Trade Schools.
Federal Contractor
ADAMS AND ASSOCIATES, INC. Federal Contract Obligations (Last 5 Years)
Federal procurement profile for ADAMS AND ASSOCIATES, INC. (CAGE 3J8V5, UEI HV9FBNEWXMY9) covering the last 5 years of award activity.
Annual obligations ranged from $150.76 million in 2022 to $205.22 million in 2025, with no other agencies or NAICS codes listed in the provided data.
About ADAMS AND ASSOCIATES, INC. federal contract activity
Over the last 5 years, ADAMS AND ASSOCIATES, INC. (CAGE 3J8V5, UEI HV9FBNEWXMY9) received 1,053 FPDS-recorded awards totaling $882.08 million, with an average award value of $837,682.89. The profile indicates a high-volume, moderately sized award pattern concentrated within a single federal customer base and a single primary service classification.
Agency mix and customer concentration
All recorded obligated dollars in the analysis window are associated with the OFFICE OF THE ASSISTANT SECRETARY FOR ADMINISTRATION AND MANAGEMENT, which accounts for the full $882.08 million across 1,053 awards. This level of concentration indicates a highly dependent agency relationship rather than a diversified federal customer mix.
Industry profile based on NAICS activity
All recorded obligated dollars are attributed to NAICS 611519, Other Technical and Trade Schools, covering the full 1,053-award base. The NAICS profile is therefore fully concentrated in a single education and training services category, with no observable diversification across other industries in the provided dataset.
Annual contract trend over the analysis window
Annual obligations remained consistently elevated across the period, ranging from $150.76 million in 2022 to $205.22 million in 2025. After a decline from 2021 to 2022, obligations increased in 2023, softened in 2024, and rose again in 2025, while award counts stayed within a relatively narrow band of 166 to 238 awards per year.
How to interpret this page
This summary is based only on the provided FPDS Query aggregates for the last 5 years and reflects obligated dollars and award counts as reported in the source data. Agency, NAICS, and annual trend sections are derived from the supplied top-concentration and yearly totals, with no additional assumptions or external sources used.
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 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 |
|---|---|---|---|---|
| 1605 | OFFICE OF THE ASSISTANT SECRETARY FOR ADMINISTRATION AND MANAGEMENT | 882,080,084.83 | 882.08 million | 1,053 |
Insight
Over the last 5 years, ADAMS AND ASSOCIATES, INC. (CAGE 3J8V5) shows complete obligation concentration within a single agency: the OFFICE OF THE ASSISTANT SECRETARY FOR ADMINISTRATION AND MANAGEMENT accounts for the full $882.08 million in obligated value and all 1,053 awards. This indicates a highly concentrated award profile with no diversification across other agencies in the provided period. The average award value across the portfolio is $837,682.89, suggesting a mix of individually moderate-sized obligations within a single-agency relationship.
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 5 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 | 882,080,084.83 | 882.08 million | 1,053 |
Insight
Over the last 5 years, ADAMS AND ASSOCIATES, INC. shows complete NAICS concentration in 611519, Other Technical and Trade Schools, which accounts for the full $882.08 million in obligated value across 1,053 awards. This indicates a highly concentrated procurement profile with no diversification across other NAICS codes in the provided data. The average award value of $837,682.89 suggests a recurring award pattern within a single service 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__vendor__vendorSiteDetails__entityIdentifiers__cageCode = '3J8V5'
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 | 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 |
Insight
Over the last 5 years, ADAMS AND ASSOCIATES, INC. (CAGE 3J8V5) obligated 882.08 million across 1,053 awards, averaging 837,682.89 per award. Annual obligations were relatively steady within a 150.76 million to 205.22 million range, indicating a broadly distributed funding profile rather than reliance on a single year. The highest obligation level occurred in 2025 at 205.22 million, while 2022 was the lowest at 150.76 million; award counts also remained fairly consistent, ranging from 166 to 238 annually.
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 5 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.