Federal Contractor

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

Procurement profile for CARAHSOFT TECHNOLOGY CORP. (CAGE 1P3C5, UEI DT8KJHZXVJH5) covering federal obligations over the last 10 years.

Over the last 10 years, CARAHSOFT TECHNOLOGY CORP. recorded 29,265 federal award actions totaling $11.13 billion in obligated value, with an average action value of $380,291.16. Its activity is concentrated in software publishing and related IT services, led by the Department of the Army, the Department of the Air Force, and the Department of the Navy.

Generated at 03/21/2026

Analysis period: Last 10 years

Agency, NAICS, and annual figures reflect the provided FPDS analysis window and may include multiple award actions across the same programs or customers.

CAGE Code
1P3C5
UEI
DT8KJHZXVJH5
Total Obligated
11.13 billion
11,129,221,065.84
Award Actions
29,265
Average Action Value
380,291.16

About CARAHSOFT TECHNOLOGY CORP. federal contract activity

CARAHSOFT TECHNOLOGY CORP. recorded $11.13 billion in obligated federal awards across 29,265 actions over the last 10 years, with an average award value of $380,291.16. The profile is consistent with a high-volume technology reseller and software supplier operating across defense and civilian markets.

Agency mix and customer concentration

Obligations are concentrated in the Department of the Army ($1.50 billion, 3,045 awards), Department of the Air Force ($1.13 billion, 3,002 awards), and Department of the Navy ($1.03 billion, 4,889 awards). Outside DoD, the Centers for Medicare and Medicaid Services contributed $1.01 billion on a much smaller award count, indicating a mix of large-value civilian activity alongside sustained defense demand. DISA also ranks among the top buyers at $918.97 million across 1,332 awards.

Industry profile based on NAICS activity

NAICS 511210, Software Publishers, dominates the portfolio with $7.59 billion across 20,976 awards, showing that software licensing and related distribution account for the core of spending. The next largest categories, 541519 and 334111, indicate substantial activity in computer-related services and electronic computer manufacturing, while smaller but material volumes in 443120 and 541511 suggest a broader IT procurement footprint beyond pure software resale.

Annual contract trend over the analysis window

Annual obligations have remained above $1.2 billion each year in the available recent period, rising to $1.78 billion in 2025 from $1.77 billion in 2024 after a dip in 2023. Award counts are also high and relatively stable, ranging from 2,965 to 3,451 in 2021 through 2025, which points to sustained transaction volume rather than isolated large awards.

How to interpret this page

This summary is based on FPDS award records for the last 10 years using the vendor identifiers provided: CAGE 1P3C5 and UEI DT8KJHZXVJH5. Totals, counts, and rankings reflect obligated dollars and award counts aggregated from the supplied dataset only; no external validation or inference beyond the provided figures was 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 = '1P3C5'
        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
2100 DEPT OF THE ARMY 1,495,227,566.09 1.50 billion 3,045
5700 DEPT OF THE AIR FORCE 1,131,893,368.02 1.13 billion 3,002
1700 DEPT OF THE NAVY 1,031,103,536.46 1.03 billion 4,889
7530 CENTERS FOR MEDICARE AND MEDICAID SERVICES 1,011,646,279.00 1.01 billion 212
97AK DEFENSE INFORMATION SYSTEMS AGENCY (DISA) 918,972,523.16 918.97 million 1,332
1205 USDA, DEPARTMENTAL ADMINISTRATION 592,503,322.04 592.50 million 474
2800 SOCIAL SECURITY ADMINISTRATION 547,406,329.35 547.41 million 565
97AS DEFENSE LOGISTICS AGENCY 464,519,913.71 464.52 million 348
1900 STATE, DEPARTMENT OF 461,360,964.68 461.36 million 1,027
2050 INTERNAL REVENUE SERVICE 429,683,538.86 429.68 million 596

Insight

Over the last 10 years, CARAHSOFT TECHNOLOGY CORP. obligated $11.13 billion across 29,265 awards, with the Department of the Army accounting for the largest share at $1.50 billion across 3,045 awards. Obligations are concentrated among a mix of defense and civilian agencies: the Department of the Air Force ($1.13 billion), Department of the Navy ($1.03 billion), CMS ($1.01 billion), and DISA ($918.97 million) each exceed $900 million. Award volume is more dispersed than dollars, with the Navy (4,889 awards) and Army (3,045 awards) generating the highest counts, while CMS shows high dollar value with relatively few awards (212), indicating larger average award size in that 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 = '1P3C5'
        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
511210 SOFTWARE PUBLISHERS 7,585,011,670.07 7.59 billion 20,976
541519 OTHER COMPUTER RELATED SERVICES 1,438,836,567.74 1.44 billion 2,982
334111 ELECTRONIC COMPUTER MANUFACTURING 1,084,867,635.08 1.08 billion 2,699
443120 COMPUTER AND SOFTWARE STORES 314,168,775.11 314.17 million 180
541511 CUSTOM COMPUTER PROGRAMMING SERVICES 278,034,142.52 278.03 million 189
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,585,459.06 84.59 million 24
518210 DATA PROCESSING, HOSTING, AND RELATED SERVICES 28,437,508.85 28.44 million 189
334614 SOFTWARE AND OTHER PRERECORDED COMPACT DISC, TAPE, AND RECORD REPRODUCING 25,402,765.95 25.40 million 259
334118 COMPUTER TERMINAL AND OTHER COMPUTER PERIPHERAL EQUIPMENT MANUFACTURING 5,882,671.00 5.88 million 33

Insight

Over the last 10 years, CARAHSOFT TECHNOLOGY CORP. has received $11.13 billion across 29,265 awards, with obligations heavily concentrated in NAICS 511210, Software Publishers, which accounts for $7.59 billion and 20,976 awards. The next largest categories are NAICS 541519, Other Computer Related Services, at $1.44 billion and NAICS 334111, Electronic Computer Manufacturing, at $1.08 billion, indicating a clear clustering of obligations in software and IT-related supply/service lines. The remaining NAICS codes each represent materially smaller shares of total obligated dollars, with no other category above $314.17 million.

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 10 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
2020 1,207,788,096.78 1.21 billion 3,269
2019 782,895,985.49 782.90 million 2,921
2018 760,145,891.94 760.15 million 3,104
2017 676,727,000.61 676.73 million 3,428
2016 118,338,648.58 118.34 million 799

Insight

CARAHSOFT TECHNOLOGY CORP. (CAGE 1P3C5) shows a pronounced upward funding trend over the last 10 years, with total obligations increasing from $118.34 million in 2016 to $1.78 billion in 2025. Obligations are heavily concentrated in the most recent six years, each above $1.0 billion, compared with sub-$800 million levels in 2017–2019. Award volume is also consistently high, ranging from 2,921 to 3,451 awards annually from 2017–2025, indicating broad and sustained transaction activity rather than reliance on a small number of large awards.

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.