Federal Contractor

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

FOUR POINTS TECHNOLOGY, L.L.C. has recorded 5.22 billion in obligations across 15,410 award actions over the last 10 years, led by work for the Department of Veterans Affairs and computer-related services.

This FPDS vendor page summarizes federal procurement activity for FOUR POINTS TECHNOLOGY, L.L.C. (CAGE 1YS78, UEI H1KHJPJH9R51) over the last 10 years. The firm’s obligations are concentrated in the Department of Veterans Affairs and NAICS 541519, Other Computer Related Services, with annual obligations near the 0.6 to 0.85 billion range in recent years.

Generated at 03/21/2026

Analysis period: Last 10 years

Totals, counts, and trends reflect the provided 10-year analysis window and may include multiple award actions tied to the same contract or task order.

CAGE Code
1YS78
UEI
H1KHJPJH9R51
Total Obligated
5.22 billion
5,216,567,978.23
Award Actions
15,410
Average Action Value
338,518.36

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

FOUR POINTS TECHNOLOGY, L.L.C. (CAGE 1YS78, UEI H1KHJPJH9R51) recorded $5.22 billion in obligated awards across 15,410 actions over the last 10 years, with an average award value of $338,518.36. The volume of awards indicates a highly active federal contracting profile, driven by a large number of relatively modest transactions rather than a small set of very large awards.

Agency mix and customer concentration

The vendor’s obligations are heavily concentrated at the Department of Veterans Affairs, which accounts for $2.45 billion and 7,803 awards, making it the clear anchor customer. The next largest agencies—U.S. Customs and Border Protection, the Social Security Administration, NASA, and the Office of Procurement Operations—are materially smaller by obligation but show that the vendor serves a diversified set of civilian and mission-support buyers.

Industry profile based on NAICS activity

The contract profile is dominated by NAICS 541519, Other Computer Related Services, which represents $4.72 billion and 12,587 awards, indicating that the core of the vendor’s work is IT services and related support. Secondary activity appears in computer and software wholesale, electronic/computer manufacturing, and selected medical equipment/manufacturing codes, suggesting some mix of hardware, software, and specialized equipment-related work.

Annual contract trend over the analysis window

Annual obligations remained in a relatively tight band from 2021 through 2025, ranging from $627.89 million to $849.98 million. Activity rose sharply from 2022 to 2024, then edged slightly lower in 2025, indicating sustained high-dollar throughput with no sign of a major contraction in the most recent period.

How to interpret this page

This summary is based on FPDS award records associated with the stated CAGE code and UEI over the last 10 years. Agency, NAICS, and annual views are ranked by total obligated dollars, and award counts reflect the number of recorded actions in the analysis window. Monetary figures are reported as obligated amounts and rounded for readability where noted.

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 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
3600 VETERANS AFFAIRS, DEPARTMENT OF 2,451,840,501.33 2.45 billion 7,803
7014 U.S. CUSTOMS AND BORDER PROTECTION 350,469,296.64 350.47 million 194
2800 SOCIAL SECURITY ADMINISTRATION 271,503,199.54 271.50 million 43
8000 NATIONAL AERONAUTICS AND SPACE ADMINISTRATION 197,164,150.42 197.16 million 272
7001 OFFICE OF PROCUREMENT OPERATIONS 177,719,426.58 177.72 million 212
7012 U.S. IMMIGRATION AND CUSTOMS ENFORCEMENT 174,144,155.20 174.14 million 204
2050 INTERNAL REVENUE SERVICE 136,352,690.30 136.35 million 168
7529 NATIONAL INSTITUTES OF HEALTH 126,677,061.94 126.68 million 261
97DH DEFENSE HEALTH AGENCY (DHA) 115,118,774.16 115.12 million 81
7524 FOOD AND DRUG ADMINISTRATION 109,681,567.16 109.68 million 89

Insight

Over the last 10 years, FOUR POINTS TECHNOLOGY, L.L.C. (CAGE 1YS78) has $5.22 billion in obligated awards across 15,410 actions, with activity heavily concentrated at the Department of Veterans Affairs. VA accounts for $2.45 billion and 7,803 awards, or nearly half of total obligated dollars and the majority of award volume. The remaining obligations are distributed across multiple civilian agencies, led by U.S. Customs and Border Protection, SSA, NASA, Office of Procurement Operations, and ICE, indicating a broad but secondary footprint outside 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 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 4,717,635,959.43 4.72 billion 12,587
423430 COMPUTER AND COMPUTER PERIPHERAL EQUIPMENT AND SOFTWARE MERCHANT WHOLESALERS 246,991,618.95 246.99 million 973
334510 ELECTROMEDICAL AND ELECTROTHERAPEUTIC APPARATUS MANUFACTURING 73,499,571.95 73.50 million 288
334111 ELECTRONIC COMPUTER MANUFACTURING 65,302,196.65 65.30 million 187
339112 SURGICAL AND MEDICAL INSTRUMENT MANUFACTURING 41,906,634.85 41.91 million 418
334112 COMPUTER STORAGE DEVICE MANUFACTURING 16,506,162.45 16.51 million 95
339113 SURGICAL APPLIANCE AND SUPPLIES MANUFACTURING 14,423,792.05 14.42 million 99
541511 CUSTOM COMPUTER PROGRAMMING SERVICES 4,790,735.90 4.79 million 13
541512 COMPUTER SYSTEMS DESIGN SERVICES 4,646,838.79 4.65 million 9
511210 SOFTWARE PUBLISHERS 3,692,847.69 3.69 million 84

Insight

FOUR POINTS TECHNOLOGY, L.L.C. shows a highly concentrated obligation profile over the last 10 years, with NAICS 541519 accounting for $4.72 billion of the $5.22 billion total obligated, or the clear majority of awards and dollars. The next largest sector, NAICS 423430, is materially smaller at $246.99 million, indicating a steep drop-off after the primary code and limited diversification across the vendor’s federal business. Remaining top NAICS categories are comparatively modest and span computer hardware/software, medical device, and related services, suggesting a portfolio centered on computer-related services with secondary activity in equipment and medical supply/manufacturing categories.

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 10 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
2020 503,283,512.30 503.28 million 1,845
2019 333,998,680.35 334.00 million 1,505
2018 254,944,852.12 254.94 million 1,517
2017 289,993,304.03 289.99 million 1,420
2016 11,288,974.04 11.29 million 100

Insight

Over the last 10 years, FOUR POINTS TECHNOLOGY, L.L.C. received $5.22 billion across 15,410 awards, averaging $338.5K per award. Obligations were heavily concentrated in the most recent four years, with 2022-2025 totaling about $3.14 billion, or roughly 60% of the 10-year total, indicating a marked upward shift in contracting activity. Annual obligations were relatively stable at a high level from 2021 through 2025, peaking in 2024 at $849.98 million, while award counts remained consistently elevated at roughly 1,600-1,900 per year. Early-period activity was much lower, especially in 2016 at $11.29 million and 100 awards, showing substantial long-term growth.

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.