Federal Agency

US PATENT AND TRADEMARK OFFICE Federal Contract Obligations (Last Year)

US Patent and Trademark Office procurement data for the last full year shows 1,178 award actions totaling $870.92 million.

US Patent and Trademark Office obligations in the last full year totaled $870,919,931.98 across 1,178 award actions, for an average action value of $739,320.82. Spending was concentrated in IT, publishing, and related technical services, led by NAICS 541512, 511199, and 541519.

Generated at 03/21/2026

Analysis period: Last full year

Vendor and NAICS totals reflect obligated dollars reported in FPDS for the selected analysis window.

Agency ID
1344
Total Obligated
870.92 million
870,919,931.98
Award Actions
1,178
Average Action Value
739,320.82

About US PATENT AND TRADEMARK OFFICE federal contract activity

During the last full year, the US Patent and Trademark Office obligated 870.92 million across 1,178 awards, for an average award value of 739,320.82. The spending profile indicates a relatively concentrated acquisition portfolio centered on information technology, publishing, and other mission-support services.

Vendor concentration and leading contractors

REED TECHNOLOGY AND INFORMATION SERVICES INC. was the office’s largest vendor at 159.39 million across 23 awards, materially ahead of the next suppliers. GENERAL DYNAMICS INFORMATION TECHNOLOGY, INC., SCIENCE APPLICATIONS INTERNATIONAL CORPORATION, ACCENTURE FEDERAL SERVICES LLC, and BOOZ ALLEN HAMILTON INC. also ranked among the top recipients, reinforcing the agency’s reliance on large IT and professional-services contractors.

Industry profile based on NAICS activity

NAICS 541512, Computer Systems Design Services, accounted for the largest share of obligations at 299.35 million across 213 awards, making systems integration and related technical support the dominant spend category. Significant funding also flowed to NAICS 511199, All Other Publishers, and NAICS 541519, Other Computer Related Services, while NAICS 541990 and 518210 round out the top categories, confirming a heavy emphasis on software, data, hosting, and content-related services.

Annual contract trend over the analysis window

The annual trend shows 2025 as the full-year reference point, with 870.92 million obligated across 1,178 awards. Because only one year is present in the analysis window, the trend data supports a baseline view of overall scale rather than a multi-year comparison. This makes the period most useful for identifying the current composition of spending instead of directional change over time.

How to interpret this page

This summary is based on FPDS obligation data for the US Patent and Trademark Office, Agency ID 1344, using the last full year as the analysis window. Vendor and NAICS rankings are ordered by total obligated dollars, and annual trend figures reflect obligations recorded within the same period. Amounts are presented as reported in FPDS and rounded for readability where noted.

Top Vendors

SELECT
    vendor_name,
    total_obligated,
    award_count,
    formatReadableQuantity(total_obligated) AS total_obligated_readable
FROM
(
    SELECT
        content__award__vendor__vendorHeader__vendorName AS vendor_name,
        sum(content__award__dollarValues__obligatedAmount) AS total_obligated,
        count() AS award_count
    FROM fpds.data
    WHERE
        contract_type = 1
        AND content__award__purchaserInformation__contractingOfficeAgencyID = '1344'
        AND content__award__vendor__vendorHeader__vendorName IS NOT NULL
        AND content__award__vendor__vendorHeader__vendorName != ''
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) >= toStartOfYear(now()) - INTERVAL 1 YEAR
        AND parseDateTimeBestEffortOrNull(content__award__relevantContractDates__signedDate) < toStartOfYear(now())
    GROUP BY vendor_name
)
ORDER BY total_obligated DESC
LIMIT 10
Vendor Total Obligated Readable Award Actions
REED TECHNOLOGY AND INFORMATION SERVICES INC. 159,387,485.79 159.39 million 23
GENERAL DYNAMICS INFORMATION TECHNOLOGY, INC. 62,423,282.34 62.42 million 29
SCIENCE APPLICATIONS INTERNATIONAL CORPORATION 61,520,999.62 61.52 million 22
ACCENTURE FEDERAL SERVICES LLC 38,800,159.97 38.80 million 26
BOOZ ALLEN HAMILTON INC. 35,264,018.52 35.26 million 19
HALVIK CORP 30,088,928.45 30.09 million 31
CGI FEDERAL INC. 28,504,533.78 28.50 million 18
LHDTSV, LLC 24,657,284.44 24.66 million 6
CPA GLOBAL (LANDON IP) INC. 23,657,488.70 23.66 million 17
AMERICAN CHEMICAL SOCIETY 20,461,540.01 20.46 million 8

Insight

Over the last full year, US PATENT AND TRADEMARK OFFICE obligated $870.92 million across 1,178 awards, with an average award value of $739,320.82. Top vendor spending is moderately concentrated: REED TECHNOLOGY AND INFORMATION SERVICES INC. leads at $159.39 million, or about 18 percent of total obligated dollars, while the remaining top vendors range from $20.46 million to $62.42 million. Award counts are spread across vendors rather than tied to a single high-volume provider, with the top ten vendors receiving between 6 and 31 awards each, indicating a mix of larger and more frequent obligations.

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__purchaserInformation__contractingOfficeAgencyID = '1344'
        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
541512 COMPUTER SYSTEMS DESIGN SERVICES 299,348,040.15 299.35 million 213
511199 ALL OTHER PUBLISHERS 160,938,718.97 160.94 million 24
541519 OTHER COMPUTER RELATED SERVICES 114,760,000.55 114.76 million 247
541990 ALL OTHER PROFESSIONAL, SCIENTIFIC, AND TECHNICAL SERVICES 66,311,715.98 66.31 million 59
518210 COMPUTING INFRASTRUCTURE PROVIDERS, DATA PROCESSING, WEB HOSTING, AND RELATED SERVICES 45,813,561.66 45.81 million 34
541511 CUSTOM COMPUTER PROGRAMMING SERVICES 34,656,176.88 34.66 million 31
541611 ADMINISTRATIVE MANAGEMENT AND GENERAL MANAGEMENT CONSULTING SERVICES 22,231,535.80 22.23 million 66
519290 WEB SEARCH PORTALS AND ALL OTHER INFORMATION SERVICES 20,831,725.64 20.83 million 16
541513 COMPUTER FACILITIES MANAGEMENT SERVICES 17,510,382.99 17.51 million 32
334118 COMPUTER TERMINAL AND OTHER COMPUTER PERIPHERAL EQUIPMENT MANUFACTURING 15,129,689.69 15.13 million 12

Insight

Over the last full year, US Patent and Trademark Office obligated $870.92 million across 1,178 awards, with procurement concentrated in IT and related service NAICS codes. NAICS 541512, Computer Systems Design Services, led spending at $299.35 million across 213 awards, followed by 511199, All Other Publishers, at $160.94 million across 24 awards and 541519, Other Computer Related Services, at $114.76 million across 247 awards. The top 10 NAICS codes account for the majority of obligations and indicate a spend profile weighted toward systems design, information services, and support functions rather than a single high-volume commodity category.

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__purchaserInformation__contractingOfficeAgencyID = '1344'
        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 870,919,931.98 870.92 million 1,178

Insight

US Patent and Trademark Office obligated $870.92 million across 1,178 awards in the last full year, with an average award value of $739.3 thousand. The annual activity reflects a relatively distributed award base rather than reliance on a small number of very large awards, though the provided one-year window contains only a single annual observation. With only one year of data, trend direction cannot be assessed, but the total indicates substantial procurement concentration in FY 2025.

Use FPDS Query for deeper analysis

Explore federal procurement data with custom SQL, fast filtering, and deeper market analysis across agencies, vendors, NAICS, and contract trends.

Continue from this last full year view into full FPDS Query workflows with deeper filtering, custom SQL, saved queries, and broader market comparison.