Federal Contractor

CARAHSOFT TECHNOLOGY CORP. Federal Contract Obligations (Last 5 Years)

Federal procurement profile for CARAHSOFT TECHNOLOGY CORP. (CAGE 1P3C5, UEI DT8KJHZXVJH5) covering obligated awards over the last 5 years.

CARAHSOFT TECHNOLOGY CORP. recorded $7.58 billion in obligated awards across 15,744 actions in the last 5 years, with an average action value of $481,664.47. The largest obligations came from the Department of the Air Force, Department of the Army, CMS, Department of the Navy, and DISA, and most spending was classified under NAICS 511210, Software Publishers.

Generated at 03/21/2026

Analysis period: Last 5 years

All figures reflect the last 5 years of readable FPDS award data and are based on total obligated amounts and award counts provided in this analysis.

CAGE Code
1P3C5
UEI
DT8KJHZXVJH5
Total Obligated
7.58 billion
7,583,325,442.44
Award Actions
15,744
Average Action Value
481,664.47

About CARAHSOFT TECHNOLOGY CORP. federal contract activity

CARAHSOFT TECHNOLOGY CORP. (CAGE 1P3C5, UEI DT8KJHZXVJH5) obligated 7.58 billion across 15,744 FPDS-reported awards over the last 5 years, for an average award value of 481,664.47. The profile is characterized by high award volume and material obligation concentration in technology-related procurement.

Agency mix and customer concentration

Demand is concentrated in defense and civilian health agencies. The top five obligating agencies are the Department of the Air Force, Department of the Army, Centers for Medicare and Medicaid Services, Department of the Navy, and DISA, which together account for a large share of total obligations and show meaningful activity across both large-volume and higher-value awards.

Industry profile based on NAICS activity

The spend base is dominated by software and IT services. NAICS 511210, Software Publishers, leads by a wide margin at 5.25 billion and 10,907 awards, followed by 541519 Other Computer Related Services and 334111 Electronic Computer Manufacturing; 541511 Custom Computer Programming Services also appears as a significant, though smaller, line of business.

Annual contract trend over the analysis window

Annual obligations increased from 1.24 billion in 2021 to a high of 1.78 billion in 2025, with 2024 close behind at 1.77 billion. Award counts remained consistently high throughout the period, ranging from 2,965 to 3,451, indicating sustained transaction volume rather than isolated large procurements.

How to interpret this page

This summary is based on FPDS activity associated with CARAHSOFT TECHNOLOGY CORP. using the provided CAGE code and UEI over the last 5 years. Totals reflect obligated dollars and award counts as supplied in the analysis inputs; agency, NAICS, and annual breakouts are ranked by obligated value.

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 = '1P3C5'
        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 939,365,302.91 939.37 million 2,000
2100 DEPT OF THE ARMY 833,331,379.33 833.33 million 1,375
7530 CENTERS FOR MEDICARE AND MEDICAID SERVICES 818,244,821.56 818.24 million 161
1700 DEPT OF THE NAVY 734,939,855.55 734.94 million 2,990
97AK DEFENSE INFORMATION SYSTEMS AGENCY (DISA) 643,480,360.58 643.48 million 620
2800 SOCIAL SECURITY ADMINISTRATION 445,278,209.47 445.28 million 345
1205 USDA, DEPARTMENTAL ADMINISTRATION 369,332,637.34 369.33 million 163
97AS DEFENSE LOGISTICS AGENCY 343,340,925.52 343.34 million 266
2050 INTERNAL REVENUE SERVICE 299,982,169.44 299.98 million 322
1900 STATE, DEPARTMENT OF 242,876,765.73 242.88 million 487

Insight

Over the last 5 years, CARAHSOFT TECHNOLOGY CORP. has $7.58 billion in obligations across 15,744 awards, with spending concentrated in a small set of agencies. The DEPT OF THE AIR FORCE is the largest customer at $939.37 million, followed by the DEPT OF THE ARMY at $833.33 million, CMS at $818.24 million, and the DEPT OF THE NAVY at $734.94 million; these top four agencies account for roughly 40% of total obligated dollars. Demand is broader beyond DoD, with notable obligations from DISA, SSA, USDA Departmental Administration, DLA, IRS, and State, indicating a mixed portfolio of large volume defense activity and significant civilian agency spending.

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 = '1P3C5'
        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
511210 SOFTWARE PUBLISHERS 5,246,036,419.21 5.25 billion 10,907
541519 OTHER COMPUTER RELATED SERVICES 1,103,262,042.81 1.10 billion 1,876
334111 ELECTRONIC COMPUTER MANUFACTURING 579,919,523.73 579.92 million 1,285
541511 CUSTOM COMPUTER PROGRAMMING SERVICES 269,384,250.79 269.38 million 126
513210 SOFTWARE PUBLISHERS 239,318,917.84 239.32 million 889
541715 RESEARCH AND DEVELOPMENT IN THE PHYSICAL, ENGINEERING, AND LIFE SCIENCES (EXCEPT NANOTECHNOLOGY AND BIOTECHNOLOGY) 84,582,959.06 84.58 million 23
518210 DATA PROCESSING, HOSTING, AND RELATED SERVICES 21,713,504.05 21.71 million 134
443120 COMPUTER AND SOFTWARE STORES 13,068,615.85 13.07 million 8
334510 ELECTROMEDICAL AND ELECTROTHERAPEUTIC APPARATUS MANUFACTURING 5,140,022.65 5.14 million 10
541512 COMPUTER SYSTEMS DESIGN SERVICES 2,840,135.59 2.84 million 23

Insight

Over the last 5 years, CARAHSOFT TECHNOLOGY CORP. shows a strong concentration of obligations in NAICS 511210, Software Publishers, which accounts for $5.25 billion across 10,907 awards, or most of the vendor’s $7.58 billion total. The next-largest NAICS categories, 541519 and 334111, are materially smaller at $1.10 billion and $579.92 million, indicating a steep drop-off after the primary code. The remaining NAICS codes each represent a relatively small share of total obligations, suggesting a broad but secondary distribution outside the core software publishing activity.

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 = '1P3C5'
        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 1,781,443,586.79 1.78 billion 3,260
2024 1,773,005,828.30 1.77 billion 3,451
2023 1,486,762,139.74 1.49 billion 2,990
2022 1,304,850,528.65 1.30 billion 2,965
2021 1,237,263,358.96 1.24 billion 3,078

Insight

Over the last 5 years, CARAHSOFT TECHNOLOGY CORP. (CAGE 1P3C5) obligated $7.58 billion across 15,744 awards, with an average award value of $481,664.47. Obligations increased from $1.24 billion in 2021 to a peak of $1.78 billion in 2025, indicating a sustained upward trajectory with the largest annual totals occurring in 2024 and 2025. Award volume remained relatively stable year to year, ranging from 2,965 to 3,451, suggesting growth was driven more by higher obligated value than by a major change in transaction count.

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.