Federal Contractor

V3GATE, LLC Federal Contract Obligations (Last 5 Years)

Federal procurement profile for V3GATE, LLC (CAGE 4Y8H0, UEI J4KHM5JY79E3) covering obligations, awards, agencies, NAICS, and annual trends over the last 5 years.

V3GATE, LLC recorded 3,537 award actions and 2.978 billion in obligated federal spend during the last 5 years, with an average action value of 842,067.30. The firm’s activity is concentrated with the Department of Veterans Affairs and in NAICS 541519, Other Computer Related Services.

Generated at 03/21/2026

Analysis period: Last 5 years

Amounts reflect obligated dollars in the selected 5-year FPDS analysis window and may differ from current contract totals or deobligations.

CAGE Code
4Y8H0
UEI
J4KHM5JY79E3
Total Obligated
2.98 billion
2,978,392,058.33
Award Actions
3,537
Average Action Value
842,067.30

About V3GATE, LLC federal contract activity

V3GATE, LLC (CAGE 4Y8H0, UEI J4KHM5JY79E3) recorded $2.98 billion in obligated contract value across 3,537 awards over the last 5 years, for an average award value of $842,067.30. The profile is high-volume and mid-to-large dollar, indicating sustained federal buying activity rather than isolated large awards.

Agency mix and customer concentration

Obligations are concentrated in the Department of Veterans Affairs, which accounts for $1.73 billion across 958 awards and represents the dominant customer relationship. The next largest agency relationships are the IRS, Department of State, and Defense Health Agency, while the FBI contributes a comparatively smaller share by dollars but a meaningful award count, suggesting a broader multi-agency footprint.

Industry profile based on NAICS activity

The vendor’s procurement profile is heavily centered on NAICS 541519, Other Computer Related Services, which represents $2.66 billion and 2,847 awards. NAICS 334111, Electronic Computer Manufacturing, is the second major category at $311.20 million and 603 awards, while the remaining NAICS codes are minor in both dollars and volume, indicating a business mix led by IT services with a secondary hardware/manufacturing component.

Annual contract trend over the analysis window

Obligations increased steadily over the analysis window, from $393.26 million in 2021 to $765.70 million in 2025. Award counts also rose from 469 to 1,021 over the same period, with the largest year-over-year dollar increases occurring between 2022 and 2023 and again in 2024 to 2025.

How to interpret this page

This summary is based on FPDS-observed obligations and award counts for the last 5 years tied to CAGE 4Y8H0 and UEI J4KHM5JY79E3. Agency, NAICS, and annual views reflect aggregated obligated dollars and award counts from the provided analysis window; values are rounded where shown.

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 = '4Y8H0'
        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,726,822,272.95 1.73 billion 958
2050 INTERNAL REVENUE SERVICE 346,151,234.46 346.15 million 116
1900 STATE, DEPARTMENT OF 171,870,533.33 171.87 million 98
97DH DEFENSE HEALTH AGENCY (DHA) 93,039,216.11 93.04 million 79
1549 FEDERAL BUREAU OF INVESTIGATION 62,371,621.81 62.37 million 190
7014 U.S. CUSTOMS AND BORDER PROTECTION 60,027,521.78 60.03 million 63
1540 FEDERAL PRISON SYSTEM / BUREAU OF PRISONS 52,063,770.19 52.06 million 123
2800 SOCIAL SECURITY ADMINISTRATION 50,049,322.69 50.05 million 46
1524 DRUG ENFORCEMENT ADMINISTRATION 45,312,486.97 45.31 million 190
5700 DEPT OF THE AIR FORCE 40,087,938.42 40.09 million 72

Insight

Over the last 5 years, V3GATE, LLC’s obligations are highly concentrated at the Department of Veterans Affairs, which accounts for $1.73 billion of the firm’s $2.98 billion total and 958 of 3,537 awards. The next largest customer, the Internal Revenue Service, is a distant second at $346.15 million, indicating a steep drop-off after the primary agency relationship. Remaining obligations are distributed across a broad set of agencies, with no other single agency exceeding $171.87 million, suggesting a diversified but secondary portfolio 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 = '4Y8H0'
        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 2,662,255,763.64 2.66 billion 2,847
334111 ELECTRONIC COMPUTER MANUFACTURING 311,201,480.52 311.20 million 603
541511 CUSTOM COMPUTER PROGRAMMING SERVICES 1,557,869.62 1.56 million 4
423430 COMPUTER AND COMPUTER PERIPHERAL EQUIPMENT AND SOFTWARE MERCHANT WHOLESALERS 1,111,784.65 1.11 million 12
334419 OTHER ELECTRONIC COMPONENT MANUFACTURING 715,765.60 715.77 thousand 5
513210 SOFTWARE PUBLISHERS 355,909.17 355.91 thousand 11
334118 COMPUTER TERMINAL AND OTHER COMPUTER PERIPHERAL EQUIPMENT MANUFACTURING 349,139.96 349.14 thousand 25
541614 PROCESS, PHYSICAL DISTRIBUTION, AND LOGISTICS CONSULTING SERVICES 315,245.18 315.25 thousand 2
337214 OFFICE FURNITURE (EXCEPT WOOD) MANUFACTURING 182,015.85 182.02 thousand 8
811210 ELECTRONIC AND PRECISION EQUIPMENT REPAIR AND MAINTENANCE 163,235.87 163.24 thousand 2

Insight

Over the last 5 years, V3GATE, LLC’s obligations were highly concentrated in NAICS 541519, Other Computer Related Services, which accounts for 2.66 billion of 2.98 billion total obligated dollars and 2,847 of 3,537 awards. NAICS 334111, Electronic Computer Manufacturing, is the only other material revenue driver at 311.20 million across 603 awards; all remaining NAICS codes are individually below 1.6 million and represent a negligible share of total obligations. This pattern indicates a narrow procurement profile centered on computer-related services, with limited diversification into adjacent manufacturing, software, and support 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 = '4Y8H0'
        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 765,702,360.47 765.70 million 1,021
2024 740,747,760.66 740.75 million 899
2023 620,517,978.97 620.52 million 638
2022 458,164,112.38 458.16 million 510
2021 393,259,845.85 393.26 million 469

Insight

V3GATE, LLC shows a clear upward funding trend over the last five years, with obligations increasing from $393.26 million in 2021 to $765.70 million in 2025, nearly doubling over the period. Award volume also expanded from 469 to 1,021 awards, indicating both higher contract counts and greater obligated value. The largest annual shares are concentrated in 2024 and 2025, which together account for roughly half of the $2.98 billion obligated during the period.

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.