Federal Contractor

ALVAREZ LLC Federal Contract Obligations (Last Year)

ALVAREZ LLC recorded 224.30 million in obligated federal awards across 684 actions in the last full year, led by work for the Department of Veterans Affairs.

In the last full year, ALVAREZ LLC (CAGE 35LK3, UEI Y928UVG75CT6) received 224,297,253.23 in obligated federal awards across 684 actions, averaging 327,919.96 per action. Most of this activity came from the Department of Veterans Affairs, with additional obligations from DISA, the IRS, and several other agencies.

Generated at 03/21/2026

Analysis period: Last full year

Agency, NAICS, and annual totals reflect the provided analysis window and may not represent all contract activity outside that period.

CAGE Code
35LK3
UEI
Y928UVG75CT6
Total Obligated
224.30 million
224,297,253.23
Award Actions
684
Average Action Value
327,919.96

About ALVAREZ LLC federal contract activity

ALVAREZ LLC recorded $224.30 million in obligated prime contract activity across 684 awards in the last full year, for an average award value of $327,919.96. The company’s award profile is highly distributed by count but concentrated in value, indicating a mix of large recurring service actions alongside smaller task orders or deliveries.

Agency mix and customer concentration

The Department of Veterans Affairs accounted for the majority of obligations at $126.76 million across 298 awards, or more than half of total spend in the period. The next largest agency relationships were DISA at $22.33 million, the IRS at $15.61 million, Offices, Boards and Divisions at $6.11 million, and the Department of the Air Force at $4.74 million, showing a customer base led by civilian federal demand with a smaller defense presence.

Industry profile based on NAICS activity

Contracting activity was overwhelmingly concentrated in NAICS 541519, Other Computer Related Services, which represented $209.41 million across 624 awards and drove the vendor’s overall profile. Secondary activity appeared in Software Publishers at $11.01 million across 40 awards, with only limited obligations in hardware and communications equipment manufacturing and other professional services, suggesting a primarily IT services and software-oriented book of business.

Annual contract trend over the analysis window

The available annual trend data shows all measured activity within 2025, with $224.30 million obligated across 684 awards. Because only one year is provided, this window supports a point-in-time assessment rather than a multi-year growth or decline conclusion.

How to interpret this page

This summary is based on FPDS prime award records for the last full year and uses obligated dollars, award counts, agency identifiers, and NAICS classifications associated with ALVAREZ LLC, CAGE 35LK3, UEI Y928UVG75CT6. Figures are reported as provided in the analysis window and should be interpreted as obligation totals, not necessarily outlays or final contract 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 = '35LK3'
        AND content__award__purchaserInformation__contractingOfficeAgencyID IS NOT NULL
        AND content__award__purchaserInformation__contractingOfficeAgencyID != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 1 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 126,762,991.19 126.76 million 298
97AK DEFENSE INFORMATION SYSTEMS AGENCY (DISA) 22,325,918.60 22.33 million 14
2050 INTERNAL REVENUE SERVICE 15,614,220.30 15.61 million 14
1501 OFFICES, BOARDS AND DIVISIONS 6,106,198.08 6.11 million 25
5700 DEPT OF THE AIR FORCE 4,736,360.99 4.74 million 28
97DH DEFENSE HEALTH AGENCY (DHA) 4,339,107.26 4.34 million 13
7013 TRANSPORTATION SECURITY ADMINISTRATION 4,022,588.52 4.02 million 8
97CY U.S. CYBER COMMAND 3,555,728.77 3.56 million 3
7529 NATIONAL INSTITUTES OF HEALTH 3,181,006.67 3.18 million 30
1301 OFFICE OF THE SECRETARY 3,101,840.12 3.10 million 11

Insight

ALVAREZ LLC obligated $224.30 million across 684 awards in the last full year, with activity concentrated at the Department of Veterans Affairs, which accounted for $126.76 million and 298 awards, or more than half of total obligations. The next largest agency, DISA, obligated $22.33 million across 14 awards, followed by the IRS at $15.61 million across 14 awards, indicating a steep drop-off after the primary customer. The remaining top agencies each accounted for less than $6.2 million, reflecting a broader but materially smaller distribution of obligations 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 = '35LK3'
        AND content__award__productOrServiceInformation__principalNAICSCode IS NOT NULL
        AND content__award__productOrServiceInformation__principalNAICSCode != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 1 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 209,409,166.69 209.41 million 624
511210 SOFTWARE PUBLISHERS 11,007,983.65 11.01 million 40
334210 TELEPHONE APPARATUS MANUFACTURING 1,264,585.62 1.26 million 2
334220 RADIO AND TELEVISION BROADCASTING AND WIRELESS COMMUNICATIONS EQUIPMENT MANUFACTURING 974,370.50 974.37 thousand 5
541990 ALL OTHER PROFESSIONAL, SCIENTIFIC, AND TECHNICAL SERVICES 691,279.75 691.28 thousand 2
517810 ALL OTHER TELECOMMUNICATIONS 449,211.90 449.21 thousand 3
541611 ADMINISTRATIVE MANAGEMENT AND GENERAL MANAGEMENT CONSULTING SERVICES 401,902.40 401.90 thousand 1
811210 ELECTRONIC AND PRECISION EQUIPMENT REPAIR AND MAINTENANCE 39,610.60 39.61 thousand 1
561990 ALL OTHER SUPPORT SERVICES 26,257.30 26.26 thousand 3
541511 CUSTOM COMPUTER PROGRAMMING SERVICES 24,842.93 24.84 thousand 1

Insight

ALVAREZ LLC’s Top NAICS mix is highly concentrated in NAICS 541519, Other Computer Related Services, which accounts for $209.41 million of $224.30 million in total obligated dollars and 624 of 684 awards in the last full year. NAICS 511210, Software Publishers, is a distant second at $11.01 million across 40 awards, while the remaining NAICS codes each represent relatively small dollar amounts and low award counts. This pattern indicates a procurement profile dominated by computer-related services, with limited diversification into software, telecommunications, manufacturing, and support activities.

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 = '35LK3'
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 1 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY year
)
ORDER BY year DESC
Year Total Obligated Readable Award Actions
2025 224,297,253.23 224.30 million 684

Insight

In the last full year, ALVAREZ LLC (CAGE 35LK3) recorded $224.30 million in obligated funding across 684 awards, yielding an average award value of $327,919.96. The annual activity is concentrated in a single reported year, indicating all observed obligation volume for the 1-year window is captured in 2025. This pattern suggests substantial award volume with moderate average award size 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 full year view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.