Federal Contractor

FOUR POINTS TECHNOLOGY, L.L.C. Federal Contract Obligations (Last 5 Years)

Federal procurement profile for FOUR POINTS TECHNOLOGY, L.L.C. (CAGE 1YS78, UEI H1KHJPJH9R51) covering obligations, agencies, NAICS activity, and annual trends over the last 5 years.

FOUR POINTS TECHNOLOGY, L.L.C. recorded $3.82 billion in obligated federal awards across 9,023 actions in the last 5 years, with an average action value of $423,701.50. Most activity is concentrated with the Department of Veterans Affairs and under NAICS 541519, Other Computer Related Services.

Generated at 03/21/2026

Analysis period: Last 5 years

Figures reflect the last 5 years of FPDS-observed obligations and actions, and totals may vary by reporting updates or correction cycles.

CAGE Code
1YS78
UEI
H1KHJPJH9R51
Total Obligated
3.82 billion
3,823,058,655.39
Award Actions
9,023
Average Action Value
423,701.50

About FOUR POINTS TECHNOLOGY, L.L.C. federal contract activity

FOUR POINTS TECHNOLOGY, L.L.C. recorded $3.82 billion in obligated awards across 9,023 actions in the last 5 years, with an average award value of $423,701.50. The profile indicates a high-volume federal supplier with spending concentrated in a relatively small set of agencies and a large number of awards tied to information technology and related services.

Agency mix and customer concentration

The Department of Veterans Affairs is the dominant customer, accounting for $1.65 billion and 4,391 awards, or the clear majority of observed obligations. The remaining top agencies are materially smaller but still significant, led by U.S. Customs and Border Protection, the Social Security Administration, NASA, and the Office of Procurement Operations, indicating a diversified but VA-weighted federal footprint.

Industry profile based on NAICS activity

NAICS 541519, Other Computer Related Services, overwhelmingly drives the vendor’s activity with $3.60 billion and 7,859 awards, showing that the contract base is anchored in IT services rather than product sales. Secondary activity appears in computer hardware/software wholesale and several medical equipment manufacturing categories, but those lines are much smaller and do not materially alter the overall IT-centered profile.

Annual contract trend over the analysis window

Annual obligations remained consistently high over the period, ranging from $627.89 million in 2022 to $849.98 million in 2024. Award counts also stayed elevated each year, peaking at 1,901 in 2023 and remaining above 1,600 in 2025, which suggests sustained procurement demand rather than a one-time spike.

How to interpret this page

This summary is based on FPDS Query data for the last 5 years and reflects obligated dollars and award counts associated with the provided CAGE code and UEI. Agency, NAICS, and annual trend observations are limited to the supplied aggregates and do not infer contract scope, performance quality, or socioeconomic status beyond the reported procurement records.

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 = '1YS78'
        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
3600 VETERANS AFFAIRS, DEPARTMENT OF 1,647,667,506.91 1.65 billion 4,391
7014 U.S. CUSTOMS AND BORDER PROTECTION 299,232,638.02 299.23 million 104
2800 SOCIAL SECURITY ADMINISTRATION 270,677,968.06 270.68 million 35
8000 NATIONAL AERONAUTICS AND SPACE ADMINISTRATION 165,578,829.77 165.58 million 133
7001 OFFICE OF PROCUREMENT OPERATIONS 157,617,656.45 157.62 million 126
7012 U.S. IMMIGRATION AND CUSTOMS ENFORCEMENT 142,861,302.40 142.86 million 98
7529 NATIONAL INSTITUTES OF HEALTH 112,109,027.43 112.11 million 161
2050 INTERNAL REVENUE SERVICE 100,988,891.72 100.99 million 107
7524 FOOD AND DRUG ADMINISTRATION 96,352,375.93 96.35 million 63
97AE DEFENSE ADVANCED RESEARCH PROJECTS AGENCY (DARPA) 78,637,660.46 78.64 million 66

Insight

Over the last 5 years, FOUR POINTS TECHNOLOGY, L.L.C. has obligated 3.82 billion across 9,023 awards, with spending concentrated in the Department of Veterans Affairs, which accounts for 1.65 billion and 4,391 awards, or roughly 43% of total obligations and nearly half of award volume. The next largest agencies are much smaller by obligation value, led by U.S. Customs and Border Protection at 299.23 million and the Social Security Administration at 270.68 million, indicating a steep drop-off after the primary customer. Award activity is more dispersed among other agencies, but the dollar value remains highly concentrated in VA.

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 = '1YS78'
        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
541519 OTHER COMPUTER RELATED SERVICES 3,602,131,871.51 3.60 billion 7,859
423430 COMPUTER AND COMPUTER PERIPHERAL EQUIPMENT AND SOFTWARE MERCHANT WHOLESALERS 136,182,641.94 136.18 million 292
334510 ELECTROMEDICAL AND ELECTROTHERAPEUTIC APPARATUS MANUFACTURING 40,198,424.00 40.20 million 144
339112 SURGICAL AND MEDICAL INSTRUMENT MANUFACTURING 22,863,383.69 22.86 million 255
339113 SURGICAL APPLIANCE AND SUPPLIES MANUFACTURING 4,664,175.09 4.66 million 44
513210 SOFTWARE PUBLISHERS 1,585,294.68 1.59 million 25
511210 SOFTWARE PUBLISHERS 1,357,577.52 1.36 million 28
334112 COMPUTER STORAGE DEVICE MANUFACTURING 1,343,453.23 1.34 million 61
334118 COMPUTER TERMINAL AND OTHER COMPUTER PERIPHERAL EQUIPMENT MANUFACTURING 1,330,981.82 1.33 million 29
339114 DENTAL EQUIPMENT AND SUPPLIES MANUFACTURING 1,055,697.40 1.06 million 18

Insight

Over the last 5 years, FOUR POINTS TECHNOLOGY, L.L.C. obligated $3.82 billion across 9,023 awards, with activity heavily concentrated in NAICS 541519, which accounts for $3.60 billion and 7,859 awards. The next largest NAICS, 423430, is a distant second at $136.18 million, indicating a strong primary dependence on computer-related services with limited spend distributed across adjacent hardware, software, and medical device categories. Smaller obligations appear across several NAICS codes, but each is individually low relative to the dominant 541519 volume, suggesting a highly concentrated award profile.

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 = '1YS78'
        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 826,624,794.63 826.62 million 1,663
2024 849,982,400.83 849.98 million 1,887
2023 837,407,825.10 837.41 million 1,901
2022 627,889,630.03 627.89 million 1,814
2021 681,154,004.80 681.15 million 1,758

Insight

FOUR POINTS TECHNOLOGY, L.L.C. recorded $3.82 billion in obligations across 9,023 awards over the last 5 years, with an average award value of $423.7K. Annual obligations are relatively stable at a high level, ranging from $627.9 million in 2022 to a peak of $850.0 million in 2024, with 2025 currently at $826.6 million. Award volume is also steady, concentrated between 1,663 and 1,901 awards per year, indicating a broad but consistently recurring obligation pattern rather than a single-year 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 5 years view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.