Federal Agency

OFFICE OF THE ADMINISTRATOR(ACMD) Federal Contract Obligations (Last 10 Years)

Federal procurement profile for OFFICE OF THE ADMINISTRATOR(ACMD) (Agency ID 4705) covering award activity over the last 10 years.

Over the last 10 years, OFFICE OF THE ADMINISTRATOR(ACMD) recorded $117,504,025.29 in obligations across 299 award actions, with an average action value of $392,990.05. The largest obligations were concentrated in IT-related services and software, led by NAICS 541519, 511210, and 541512, while annual obligations peaked in 2016 and then declined in later years.

Generated at 03/21/2026

Analysis period: Last 10 years

Totals reflect readable and exact obligation amounts for the analysis window and include the top vendors, NAICS codes, and annual trends provided.

Agency ID
4705
Total Obligated
117.50 million
117,504,025.29
Award Actions
299
Average Action Value
392,990.05

About OFFICE OF THE ADMINISTRATOR(ACMD) federal contract activity

Over the last 10 years, OFFICE OF THE ADMINISTRATOR(ACMD) obligated $117.50 million across 299 awards, with an average award value of $392,990.05. Spending is concentrated in a relatively small set of high-dollar actions, indicating a procurement profile driven more by individual contracts than by high-volume micro-purchases.

Vendor concentration and leading contractors

The vendor base is led by CARAHSOFT TECHNOLOGY CORPORATION and CARAHSOFT TECHNOLOGY CORP., which together account for more than $30.88 million across 21 awards. Other major recipients include REMEDYBIZ INC, AT&T MOBILITY LLC, and ECONOMIC SYSTEMS, INC., showing reliance on a mix of software, telecom, and IT services providers.

Industry profile based on NAICS activity

Procurement is dominated by IT-related NAICS categories, led by 541519 Other Computer Related Services at $38.94 million and 511210 Software Publishers at $31.25 million. Additional obligations are concentrated in Computer Systems Design Services, Custom Computer Programming Services, and Human Resources Consulting Services, suggesting a strong emphasis on technical support, software, and related professional services.

Annual contract trend over the analysis window

Annual obligations peaked in 2016 at $69.27 million across 200 awards and then declined sharply in subsequent years, falling to $28.28 million in 2017 and $15.48 million in 2018. Activity continued to contract in 2019 and 2020, with 2020 recording only $221,800.34 across 2 awards, indicating a material reduction in spending volume over the period shown.

How to interpret this page

This summary is based on FPDS obligations for Agency ID 4705 over the last 10 years and reflects cumulative award-level obligated amounts, award counts, and categorized vendor and NAICS rollups. Vendor and NAICS names are presented as reported in the source data, and annual trend figures represent obligations recorded in each calendar year within the analysis window.

Top Vendors

SELECT
    vendor_name,
    total_obligated,
    award_count,
    formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
    SELECT
        content__award__vendor__vendorHeader__vendorName AS vendor_name,
        sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
        count() AS award_count
    FROM fpds.data
    WHERE
        contract_type = 1
        AND content__award__purchaserInformation__contractingOfficeAgencyID = '4705'
        AND content__award__vendor__vendorHeader__vendorName IS NOT NULL
        AND content__award__vendor__vendorHeader__vendorName != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 10 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY vendor_name
)
ORDER BY total_obligated DESC
LIMIT 10
Vendor Total Obligated Readable Award Actions
CARAHSOFT TECHNOLOGY CORPORATION 15,770,478.59 15.77 million 9
CARAHSOFT TECHNOLOGY CORP. 15,112,600.65 15.11 million 12
REMEDYBIZ INC 9,143,795.92 9.14 million 4
AT&T MOBILITY LLC 9,085,190.01 9.09 million 9
ECONOMIC SYSTEMS, INC. 6,718,609.20 6.72 million 6
RED RIVER COMPUTER CO., INC. 6,009,022.41 6.01 million 6
COMMUNICATION TRAINING & ANALY 5,748,887.13 5.75 million 19
RED RIVER TECHNOLOGY LLC 5,613,366.12 5.61 million 10
NOBLIS, INC. 4,545,299.93 4.55 million 13
GLOBAL TECH INC. 4,519,936.18 4.52 million 9

Insight

Over the last 10 years, OFFICE OF THE ADMINISTRATOR (ACMD) obligated $117.50 million across 299 awards, averaging $392,990 per award. Vendor obligations are moderately concentrated at the top, with the two Carahsoft entries totaling about $30.88 million combined, indicating that a single supplier family accounts for a notable share of spend. The remaining top vendors are distributed across multiple IT, telecom, and service providers, with individual totals generally ranging from about $4.52 million to $9.14 million and award counts varying from 4 to 19, suggesting a mix of larger-dollar and more transactional activity.

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__purchaserInformation__contractingOfficeAgencyID = '4705'
        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
541519 OTHER COMPUTER RELATED SERVICES 38,943,503.75 38.94 million 91
511210 SOFTWARE PUBLISHERS 31,247,189.96 31.25 million 25
541512 COMPUTER SYSTEMS DESIGN SERVICES 11,311,451.47 11.31 million 30
541511 CUSTOM COMPUTER PROGRAMMING SERVICES 10,145,885.20 10.15 million 19
541612 HUMAN RESOURCES CONSULTING SERVICES (2007), HUMAN RESOURCES AND EXECUTIVE SEARCH CONSULTING SERVICES (2002) 6,787,608.20 6.79 million 7
519190 ALL OTHER INFORMATION SERVICES 3,935,540.57 3.94 million 4
541611 ADMINISTRATIVE MANAGEMENT AND GENERAL MANAGEMENT CONSULTING SERVICES 2,819,349.91 2.82 million 18
541211 OFFICES OF CERTIFIED PUBLIC ACCOUNTANTS 2,357,683.66 2.36 million 6
561110 OFFICE ADMINISTRATIVE SERVICES 2,174,343.47 2.17 million 3
561320 TEMPORARY HELP SERVICES 1,902,788.40 1.90 million 6

Insight

Over the last 10 years, OFFICE OF THE ADMINISTRATOR(ACMD) obligated $117.50 million across 299 awards, with spending concentrated in IT-related NAICS codes. NAICS 541519 (Other Computer Related Services) is the largest category at $38.94 million across 91 awards, followed by 511210 (Software Publishers) at $31.25 million across 25 awards; these two categories account for a majority of reported obligations. The remaining top NAICS are more distributed, with smaller obligation totals across computer systems design, custom programming, consulting, and administrative support services, indicating a broader but lower-dollar mix beyond core IT services.

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__purchaserInformation__contractingOfficeAgencyID = '4705'
        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
2020 221,800.34 221.80 thousand 2
2019 4,248,831.23 4.25 million 10
2018 15,484,990.53 15.48 million 24
2017 28,276,050.18 28.28 million 63
2016 69,272,353.01 69.27 million 200

Insight

Over the last 10 years, Office of the Administrator (ACMD) obligated $117.50 million across 299 awards, with an average award value of $392,990.05. Obligations are highly concentrated in 2016–2017, which together account for $97.55 million and 263 awards, or most of the reported activity in the period. After peaking in 2016 at $69.27 million and 200 awards, annual obligations declined sharply to $28.28 million in 2017, $15.48 million in 2018, $4.25 million in 2019, and $221.80 thousand in 2020.

Use FPDS Query for deeper analysis

Explore federal procurement data with custom SQL, fast filtering, and deeper market analysis across agencies, vendors, NAICS, and contract trends.

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